Releases: seleniumbase/SeleniumBase
Small updates
Small updates:
Updated some exception-handling.
Updated some timing.
Updated some ReadMe files.
Settings page overhaul
Updating the settings page.
Updating installation instructions.
Adding methods for testing analytics software
Adding methods for testing analytics software:
It's easy to use JavaScript to create a referral link to any page from any page. This generates real referral traffic for testing analytics software.
Compatibility with selenium 2
Compatibility with selenium 2
Improve Reliability
Improve Test Reliability
Better exception handling.
Update default timeouts.
Use flake8==3.5.0
Simplify all the things
You no longer need to add "--with-selenium" on the command line when running tests.
The Selenium Grid integration is now easier to use.
Can set Selenium Grid server and port at runtime. (Ex: --server="127.0.0.1" --port=4444)
The ElementNotInteractableException is handled gracefully. (More time given to load)
Automatically wait for AngularJS to finish loading in pages by default.
Upgraded SeleniumBase to use setuptools version 38.5.1
Upgrade headless mode for Chrome & Firefox
Add ability to run headless mode with Chrome and Firefox locally.
Update the versions of pytest and pytest-html.
Adding more env options and adding boilerplates.
Adding more env options and adding boilerplates.
Adding methods for processing downloaded files
Adding methods for processing downloaded files
Full-screen mode now off by default with MasterQA
Full-screen mode now off by default with MasterQA