-
Bug
-
Resolution: Fixed
-
Major
-
3.9.20, 3.11.13, 4.0.7, 4.1.2
Encountered because Chrome and Selenium have changed how we pass headless args.
The chromeOptions dictionary is from before w3c time, and we can't really support non-w3c browesr control any more because Selenium has dropped it.
We should rename to the w3c version, which is vendor-prefixed, that is:
Rename chromeOptions to goog:chromeOptions.
Some references:
- will help resolve
-
MDL-77945 Tooling updates for Selenium 4.8 support
- Open