class Selenium::DevTools::V101::Browser

def set_window_bounds(window_id:, bounds:)

def set_window_bounds(window_id:, bounds:)
  @devtools.send_cmd('Browser.setWindowBounds',
                     windowId: window_id,
                     bounds: bounds)
end