Skip to content

Upgrade to Selenium 4.23.0; apply minor updates and bug fixes

Compare
Choose a tag to compare
@sbabcoc sbabcoc released this 14 Aug 17:26
· 28 commits to master since this release
bebcf79

In this release, I upgraded the Selenium version to 4.23.0.

In the process of testing this upgrade, I encountered test failures that led to the discovery of a few issues:

  • The JSON converter that deserializes web service responses chained to its super-class when it encountered an Interaction object instead of returning the object as it should.
  • I had failed to add clean-up code to close the browser session at the end of each test.
  • The height value for elements changed from 72 to 54.