dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

Headless chrome creation is not backwards compatible with versions <110 #524

Open sampacos opened 1 year ago

sampacos commented 1 year ago

Headless chrome got reworked in v110, and sentinel uses the new option "--headless=new" when headless mode is specified. But if a user wants to use the old headless mode, or is pinned to an older version of chrome, they are out of luck.