Skip to content

Releases: seleniumbase/SeleniumBase

Update requirements (Python and jQuery)

29 May 12:59
5054475
Compare
Choose a tag to compare

Update requirements

Updated Python requirements:

  • setuptools>=41.0.1
  • certifi>=2019.3.9
  • PyVirtualDisplay==0.2.1

jQuery:

  • 3.4.1

Use pytest>=4.5.0

15 May 04:55
7239266
Compare
Choose a tag to compare

Use pytest>=4.5.0

  • Also ignore pytest warnings such as PytestUnknownMarkWarning, which caused warnings to appear for test-specific markers

Update pytest version and other requirements

09 May 06:12
656de3b
Compare
Choose a tag to compare

Update pytest version and other requirements

  • pytest>=4.4.2
  • pytest-cov>=2.7.1
  • pluggy>=0.11.0
  • pip>=19.1.1

Update requirements (prevent SSL errors)

08 May 06:50
546520e
Compare
Choose a tag to compare

Update requirements:

  • Add pyopenssl with version >=19.0.0 to prevent SSL errors.
    (See https://stackoverflow.com/a/29099439)
  • Make sure pip installs with version >=19.1.1
    (Unrelated, but allows using developer mode installs)

Update urllib3 version

07 May 05:17
f513124
Compare
Choose a tag to compare

Update urllib3 version:

Set urllib3 version to 1.24.3

Editable mode install update

26 Apr 11:15
5c45e27
Compare
Choose a tag to compare

Editable mode install update.
Due to pytest-dev/pytest#5167 (pip 19.1 prevents pytest from being used in editable mode), I'm taking out the default pip editable mode install.
All this really means now is that now you should run python setup.py develop after installing the requirements.

Update the tool that generates page objects from selectors

24 Apr 07:42
450db0f
Compare
Choose a tag to compare

Update the tool that generates page objects from selectors

Use requests instead of urllib3 for webdriver downloads

23 Apr 01:57
a7dca45
Compare
Choose a tag to compare
  • Use requests instead of urllib3 for webdriver downloads

Add multithreading to link checking; and other improvements

22 Apr 08:13
845e7e3
Compare
Choose a tag to compare

Add multithreading to link checking; and other improvements

  • Add multithreading to link checking -> self.assert_no_404_errors() now works faster
  • Add pytest-ordering
  • Fix method that calculates full links from partial links
  • Add slow-scrolling to demo_mode asserts
  • Add Swag Labs test suite to the examples

Update Firefox profile settings and urllib3 version

18 Apr 07:59
77b25c7
Compare
Choose a tag to compare
  • Update Firefox profile settings
  • Update urllib3 version