Selenium 4.10.0 Released is released on 7th June 2023.
Here are significant highlights of the latest release:
Highlights of Selenium 4.10.0
- Chrome DevTools support is now: v112, v113, and v114 (Firefox still uses v85 for all versions)
- Selenium Manager supports proxy usage using the proxy information set in the browser options.
- Adding support for webview2 in Edge for Java, JavaScript, and Ruby
- Error messages across bindings now include links to the Selenium documentation.
- Overhaul of the service classes and logging output options.
- Logger in Ruby updated default behaviour to match other languages and added features to improve filtering types of logging.
- Python – removal of several sections of deprecated code.
- Most of them were arguments that can be set in the
Options
classes (browser values) orService
classes (browser driver values). - They have been deprecated since the first Selenium 4 release
- Most of them were arguments that can be set in the