Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_size
Method · 0.45
uc_gui_click_x_y
Function · 0.45
_uc_gui_click_captcha
Function · 0.45
_uc_gui_handle_captcha_
Function · 0.45
launch_driver
Function · 0.45
launch_driver
Function · 0.45
test_multi_threaded
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
__set_window_rect
Method · 0.95
Tested by
1
test_multi_threaded
Function · 0.36