Use new Service objects for Chrome and Firefox Drivers
v1.14.3 - 2022.03.28
Overview
Thank you all for the great feedback. There were deprecations warnings and some bugs from our migration to Selenium 4. This minor release should fix them! There shouldn't be any more warnings, but please create an Issue with anything else 🙇🏽♂️
Changes
- #241 We removed the deprecated DesiredCapabilities from multiple browsers in
webdriver_factory.py
, but we didn't replace them with the newOptions
approach. This is now fixed! - Chrome and Firefox raised warnings about the deprecated
executable_path
argument. These have been removed and replaced with their corresponding Service objects.