Update UI utils.py to remove unnecessary driver.set_window_size() call

This commit is contained in:
Théophile Diot 2024-04-25 10:51:39 +02:00
parent 38c6c10bc0
commit 326b7672cc
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -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