class Selenium::WebDriver::Window

def move_to(x, y)

def move_to(x, y)
  @bridge.reposition_window Integer(x), Integer(y)
end