mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update UI utils.py to remove unnecessary driver.set_window_size() call
This commit is contained in:
parent
38c6c10bc0
commit
326b7672cc
1 changed files with 0 additions and 2 deletions
|
|
@ -145,8 +145,6 @@ def access_page(driver, button: Union[bool, str, WebElement], name: str, message
|
|||
if message:
|
||||
log_info(f"{name.title()} page loaded successfully")
|
||||
|
||||
driver.set_window_size(2560, 1440)
|
||||
|
||||
|
||||
def wait_for_service(service: str = "www.example.com"):
|
||||
ready = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue