module Selenium::WebDriver::Edge::Bridge

def reposition_window(x, y, handle = :current)

def reposition_window(x, y, handle = :current)
  execute :set_window_position, {window_handle: handle},
          {x: x, y: y}
end