Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 10:27

7.0.0 (2025-01-24)

⚠ BREAKING CHANGES

  • The detectWebDriverProtocol method of the Chromedriver class has been removed
  • The desiredProtocol property of the Chromedriver class has been renamed to _desiredProtocol
  • The driverVersion property of the Chromedriver has been changed to a getter

Features

  • Determine chromedriver version from the /status API output (#456) (797c8cc)