Skip to content

Releases: seleniumbase/SeleniumBase

Minor SeleniumBase updates

06 Oct 06:15
Compare
Choose a tag to compare

Minor SeleniumBase updates (Mostly requirements).

Update Requirements

23 Sep 20:08
Compare
Choose a tag to compare

Updated requirements for setuptools, pytest, and urllib3

PhantomJS upgrade

21 Sep 06:14
Compare
Choose a tag to compare

Upgrading to the latest version of PhantomJS for Docker and Linux runs

Fixing Chromedriver in a Docker shell

21 Sep 05:22
Compare
Choose a tag to compare

Fixing Chromedriver in a Docker shell

Update Python package requirements

29 Aug 07:35
Compare
Choose a tag to compare

Update Python package requirements

jQuery Update

29 Aug 06:03
Compare
Choose a tag to compare

Using the latest version of jQuery and allowing all Javascript content to run when using WebDriver.

Fixing an edge case and always using the latest version of nosetests/pytest

15 Aug 19:20
Compare
Choose a tag to compare

This release is mainly for fixing an edge cage that may occur during the teardown step when running nosetests/pytest. It also makes sure that the latest version of nosetest/pytest is always used during installation.

Refreshing MasterQA

24 Jul 02:38
Compare
Choose a tag to compare

Refreshing MasterQA:
Add the option to set the MasterQA verify delay from the command line.

The verify_delay for MasterQA is the number of seconds to pause the screen before each verify() call creates a pop-up for the manual QA tester. The default is 1.0 seconds, which is set in https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py
This delay gives the manual QA tester time to inspect the page freely without the question pop-up.

Upgrade Requirements

23 Jul 01:58
Compare
Choose a tag to compare

Using the latest versions of setuptools, pytest, and flake8 in the requirements.

Changes to Demo Mode (# highlights set on the command line)

20 Jul 06:59
Compare
Choose a tag to compare

Changing the default value for Demo Mode sleep in order to speed Demo Mode up a little.
Also adding the defaults for the number of highlight animation loops to the settings.py configuration file and the ability to set it from the command line too, using --highlights=NUMBER, which will only take effect during Demo Mode.