Skip to content

SeleniumLibrary 3.1.1

Compare
Choose a tag to compare
@aaltat aaltat released this 06 Mar 20:41
· 966 commits to master since this release

SeleniumLibrary 3.1.1 is a new hotfix release which contains also one new keyword.

New features

Release contains one new keyword Element Text Should Not Be.

Bug Fixes

Due a bug in handling the Selenium version as string, inside of a named tuple, caused determination of the
Selenium version to work incorrectly. This is because we check, is the minor version bigger than 8. If it is,
then we allow users to launch Firefox and Chrome in headless mode. But because comparison was made as strings, the comparison started work incorrectly when Selenium reached version 3.10.0 because "8" > "10". This
is now fixed and version is converted as number inside of the named tuple.