WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Upgrade to Selenium 4.23.0; apply minor updates and bug fixes

Choose a tag to compare

@sbabcoc sbabcoc released this 14 Aug 17:26
· 58 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.