Skip to content

4.1.0

Compare
Choose a tag to compare
@Artur- Artur- released this 10 Oct 11:26
· 571 commits to main since this release

Mozilla Firefox changed important APIs in version 48 that affected their compatibility with WebDriver which directly affects TestBench. Firefox 48 and posterior versions will require the use of GeckoDriver that is not feature complete or fully compatible with Selenium currently.
As a workaround it is recommended to use either Firefox 47 or
Firefox ESR to execute tests on Firefox until this can be fixed with a stable release of GeckoDriver.

  • Add element API helpers from the framework project
  • Allow specifying parameters using system properties
  • Improvements in cursor detection (#18773, #19097)
  • Add support for Microsoft Edge
  • Selenium updated to 2.53.1
  • JUnit updated to 4.12
  • PhantomJSDriver updated to 1.3.0
  • Fix bug with button click with ValoTheme.QUIET style