* Add CDP files for v110 and remove v107 * pylint fixes including tidy of f strings, simplifications of conditional statements and isinstances (11205) * Replace devtools genrule with proper generate_devtools rule. (11392) * Add docstring for `alert_is_present` * Updating Selenium Manager binaries for 4.8.1 release
4.8.0
Not secure
* Add CDP files for v109 and remove v106 * Add logging to Selenium Manager for both stdout and stderr * Multiple updates and improvements to types * Fix sdist tar package_dir (11416) * Add comment with name of large JS executions (11038) * Deprecate headless property for chromium and firefox options classes (11467)
4.7.2
Not secure
* Put selenium manager bug fix from 4.7.1 in the correct place
4.7.1
Not secure
* Fix bug preventing selenium manager from using Internet Explorer
4.7.0
Not secure
* Add CDP files for v108 and remove v105 * Improve error handling with Selenium Manager (11329) * Fix bug preventing alternate package managers from using Selenium Manager (11234)
4.6.1
Not secure
* Replace response.getheader() with response.headers.get() (deprecated in urllib3 1.26.13). * Fixed a bug in `Service` destructors accessing modules that no longer existed during interpreter shutdown. * Improved exception messages when raising for `relative` locator issues.