Skip to content

Releases: seleniumbase/SeleniumBase

Password Obfuscation

18 Oct 18:03
Compare
Choose a tag to compare

Adding a system for obfuscating passwords. Obfuscated passwords can then be decrypted back into the original passwords for tests.

Use the latest version of pytest

09 Oct 23:04
Compare
Choose a tag to compare
Merge pull request #126 from seleniumbase/update-pytest-version

Use the latest version of pytest

Update deploy script, jQuery version, reliability

08 Oct 05:03
Compare
Choose a tag to compare

Update deploy script, jQuery version, reliability

Test Reliability

06 Oct 03:22
Compare
Choose a tag to compare

Scroll to page objects automatically before interacting with them.

Improvements for running tests in Chrome

02 Oct 17:53
Compare
Choose a tag to compare

Full-screen mode
Reliability improvements
(Requires Chromedriver version 2.32 or higher!)

Upgrade requirements and fix Python 3 issues

01 Sep 05:01
Compare
Choose a tag to compare

Upgrade requirements and fix Python 3 issues

Fix Python 3 Logging Issue

25 Jul 02:38
Compare
Choose a tag to compare

Log files were missing when running tests tests in Python 3 due to differences in method functionality between Python 2 and Python 3. These changes will allow the logs to be complete when running tests using Python 3 pytest or nosetests.

Requirements Lockdown

22 Jul 22:46
Compare
Choose a tag to compare

Freeze most requirements to prevent conflicts with future versions. Sometimes later versions of some Python libraries have bugs, and that could pose a problem for SeleniumBase if I haven't had the opportunity to run tests using the newer versions of Python libraries.

Remove unused requirement

21 Jul 18:29
Compare
Choose a tag to compare

Removing urllib3 from requirements. It's no longer used anywhere in SeleniumBase.

Requirements update

21 Jul 00:26
Compare
Choose a tag to compare

Updating several dependencies for SeleniumBase.
Updates include: setuptools, pytest, requests, urllib3, and pytest-html