# File lib/selenium/webdriver/remote/bridge.rb, line 230 def setWindowPosition(x, y, handle = :current) execute :setWindowPosition, {:window_handle => handle}, :x => x, :y => y end