# File lib/selenium/webdriver/common/window.rb, line 89
      def move_to(x, y)
        @bridge.setWindowPosition Integer(x), Integer(y)
      end