Skip to content

Simplify all the things

Compare
Choose a tag to compare
@mdmintz mdmintz released this 08 Feb 21:02
· 8009 commits to master since this release
684c977

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