File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- selenium == 4.25 .0
2- pytest == 8.3.3
1+ selenium == 4.35 .0
2+ pytest == 8.4.2
33pytest-html == 4.1.1
44webdriver-manager == 4.0.2
Original file line number Diff line number Diff line change 1212def inventory_page (request ):
1313 firefox_options = FirefoxOptions ()
1414 firefox_options .add_argument ("--disable-notifications" )
15+ firefox_options .add_argument ("--headless" )
1516 firefox_options .set_preference ("security.password_lifetime" , 0 )
1617 firefox_options .set_preference ("signon.rememberSignons" , False )
1718 firefox_options .set_preference ("signon.autofillForms" , False )
Original file line number Diff line number Diff line change 1313def login_page (request ):
1414 firefox_options = FirefoxOptions ()
1515 firefox_options .add_argument ("--disable-notifications" )
16+ firefox_options .add_argument ("--headless" )
1617 firefox_options .set_preference ("security.password_lifetime" , 0 )
1718 firefox_options .set_preference ("signon.rememberSignons" , False )
1819 firefox_options .set_preference ("signon.autofillForms" , False )
You can’t perform that action at this time.
0 commit comments