Skip to content

Releases: seleniumbase/SeleniumBase

Small updates

14 Feb 06:49
c48a7ad
Compare
Choose a tag to compare

Small updates:
Updated some exception-handling.
Updated some timing.
Updated some ReadMe files.

Settings page overhaul

13 Feb 21:27
bbc418b
Compare
Choose a tag to compare

Updating the settings page.
Updating installation instructions.

Adding methods for testing analytics software

13 Feb 09:58
8f6eb70
Compare
Choose a tag to compare

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

13 Feb 02:01
3c13653
Compare
Choose a tag to compare

Compatibility with selenium 2

Improve Reliability

08 Feb 23:19
8da46dd
Compare
Choose a tag to compare

Improve Test Reliability
Better exception handling.
Update default timeouts.
Use flake8==3.5.0

Simplify all the things

08 Feb 21:02
684c977
Compare
Choose a tag to compare

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

05 Feb 23:45
8ab15e0
Compare
Choose a tag to compare

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.

01 Feb 22:50
927cdf8
Compare
Choose a tag to compare

Adding more env options and adding boilerplates.

Adding methods for processing downloaded files

31 Dec 01:26
e8ea54e
Compare
Choose a tag to compare

Adding methods for processing downloaded files

Full-screen mode now off by default with MasterQA

07 Dec 03:17
f389718
Compare
Choose a tag to compare

Full-screen mode now off by default with MasterQA