You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: Correct a bug in the selenium webdriver code
The code that sets up the selenium webdriver uses the headless=True option at the moment, however, this doesn't appear to work 100%. The fix for this appears to be to also pass in the --headless option
Acceptance Criteria:
The selenium webdriver always instantiates in a headless state.
The text was updated successfully, but these errors were encountered:
Goal: Correct a bug in the selenium webdriver code
The code that sets up the selenium webdriver uses the
headless=True
option at the moment, however, this doesn't appear to work 100%. The fix for this appears to be to also pass in the--headless
optionAcceptance Criteria:
The text was updated successfully, but these errors were encountered: