Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add headless switch to selenium driver class #63

Open
TB-1993 opened this issue May 30, 2024 · 0 comments
Open

Add headless switch to selenium driver class #63

TB-1993 opened this issue May 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TB-1993
Copy link
Contributor

TB-1993 commented May 30, 2024

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.
@TB-1993 TB-1993 added the bug Something isn't working label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant