# File lib/selenium/webdriver/remote/bridge.rb, line 235
        def getWindowPosition(handle = :current)
          data = execute :getWindowPosition, :window_handle => handle

          Point.new data['x'], data['y']
        end