MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / set_window_rect

Method set_window_rect

seleniumbase/core/sb_cdp.py:1289–1290  ·  view source on GitHub ↗
(self, x, y, width, height)

Source from the content-addressed store, hash-verified

1287 )
1288
1289 def set_window_rect(self, x, y, width, height):
1290 return self.__set_window_rect(x, y, width, height, uc_lock=True)
1291
1292 def reset_window_size(self):
1293 x = settings.WINDOW_START_X

Callers 11

reset_window_sizeMethod · 0.45
uc_gui_click_x_yFunction · 0.45
_uc_gui_click_captchaFunction · 0.45
_uc_gui_handle_captcha_Function · 0.45
launch_driverFunction · 0.45
launch_driverFunction · 0.45
test_multi_threadedFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

__set_window_rectMethod · 0.95

Tested by 1

test_multi_threadedFunction · 0.36