Skip to content

Use new Service objects for Chrome and Firefox Drivers

Compare
Choose a tag to compare
@ElSnoMan ElSnoMan released this 28 Mar 22:33
· 44 commits to main since this release
864701b

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 new Options 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.