Enlarge selenium window

This commit is contained in:
Gabriel Augendre 2023-03-25 20:35:16 +01:00
parent 93bf0af400
commit 7cd4c632a5
1 changed files with 1 additions and 0 deletions

View File

@ -22,4 +22,5 @@ def firefox_options(firefox_options):
@pytest.fixture()
def selenium(selenium):
selenium.implicitly_wait(3)
selenium.set_window_size(3860, 2140)
return selenium