Skip to content

Releases: seleniumbase/SeleniumBase

Allow a custom timeout when waiting for link text

10 Jan 01:56
ca6d9e3
Compare
Choose a tag to compare

Allow a custom timeout for wait_for_link_text_present()
Allow a custom timeout for wait_for_link_text_visible()

Update dependencies

07 Jan 02:12
6f0fce3
Compare
Choose a tag to compare

Update dependencies:

  • pytest>=4.1.0
  • pytest-cov>=2.6.1
  • requests==2.20.1

Update the Selenium IDE conversion tool

30 Dec 23:19
0eca483
Compare
Choose a tag to compare
  • Update the Selenium IDE conversion tool
  • Also update a method for clicking link text inside of dropdown menus

Update virtualenv script and manifest file

27 Dec 00:32
be60c28
Compare
Choose a tag to compare

Update virtualenv script and manifest file:

  • Fix echo commands in a virtualenv Windows batch file
  • Update the manifest file

Simplify virtualenv installation by using shell scripts

26 Dec 23:55
0fcfba3
Compare
Choose a tag to compare

Simplify virtualenv installation by using shell scripts

Update pytest and pytest-xdist requirements

19 Dec 06:34
a73ba54
Compare
Choose a tag to compare

Update pytest and pytest-xdist requirements

  • pytest to 4.0.2 or greater
  • pytest-xdist to 1.25.0 or greater

Add submit() method to simplify driver.find_element_by_*().submit()

16 Dec 01:26
ea26ad2
Compare
Choose a tag to compare

Add submit(SELECTOR) method to simplify driver.find_element_by_*(SELECTOR).submit()

Update console scripts, styling, and simplify installation

15 Dec 01:41
78b4579
Compare
Choose a tag to compare

Update console scripts, styling, and simplify installation

Update the SeleniumBase console scripts interface

14 Dec 09:53
6d15d0a
Compare
Choose a tag to compare

Update the SeleniumBase console scripts interface

Update example tests

11 Dec 07:11
fc2c876
Compare
Choose a tag to compare

Update example tests
Add test suite for demoing pytest markers