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 --no-gpu option for Chrome #21

Open
andrewnicols opened this issue Dec 30, 2020 · 0 comments · May be fixed by #22
Open

Add --no-gpu option for Chrome #21

andrewnicols opened this issue Dec 30, 2020 · 0 comments · May be fixed by #22

Comments

@andrewnicols
Copy link
Contributor

andrewnicols commented Dec 30, 2020

https://stackoverflow.com/questions/51959986/how-to-solve-selenium-chromedriver-timed-out-receiving-message-from-renderer-exc

We should disable the gpu for Chrome tests to improve stability. This has no relation to headless mode.

Unrelated to this: We can also run all but one test entirely headless (and the test that is failing is a bad assertion IMHO).

andrewnicols added a commit to andrewnicols/MinkPhpWebDriver that referenced this issue Dec 30, 2020
Disabling the GPU helps prevent rendering timeouts and fixes oleg-andreyev#21.
@andrewnicols andrewnicols linked a pull request Dec 30, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant