Robotframework Seleniumtestability Versions Save

Extension for SeleniumLibrary that provides manual and automatic waiting for asyncronous events like fetch, xhr, etc.

v2.0.0

2 years ago

With the latest version of the SeleniumLibrary requiring Selenium 4 or greater, this release brings the SeleniumTestability library in sync with that requirement.

You can install by running

pip install robotframework-seleniumtestability

to install or use to upgrade

pip install --upgrade robotframework-seleniumtestability

1.1.0

3 years ago
  • Log all js exceptions to logfile with level warn. (rev.14953470)
  • Add support for Drag&Drop files into browser. (rev.3c192843)
  • Fix init - params where not converted to bools. (rev.dfc66f48)

0.0.13

4 years ago
  • Get Log for firefox and firefox profile kw (rev.b075dcef)
  • Set Element Attribute keyword added (rev.936d5ce7)
  • Logging refactored. (rev.00fca282)
  • Added keyword documentation link to README (rev.4e706377)