Skip to content

Releases: seleniumbase/SeleniumBase

Update env options and make browser selection case insensitive with pytest

18 Oct 20:11
77b89d8
Compare
Choose a tag to compare

Update env options and make browser selection case insensitive with pytest

Removing "urllib3" requirement to prevent conflicts with "requests"

18 Oct 16:43
bf968cd
Compare
Choose a tag to compare

Removing "urllib3" requirement to prevent conflicts with "requests"

Add ability to run tests through a proxy server that requires authentication.

17 Oct 22:43
37cc758
Compare
Choose a tag to compare
  • Allow users to run tests through a proxy server that requires authentication (Chrome required)
  • Fix logging
  • Update requirements

Previously, users could run tests through a proxy server that doesn't require authentication (with Chrome or Firefox) by using:

pytest proxy_test.py --proxy=IP_ADDRESS:PORT

Now, users can run tests through a proxy server that does require authentication (with Chrome) by using:

pytest proxy_test.py --proxy=USERNAME:PASSWORD@IP_ADDRESS:PORT

Major refactoring

10 Oct 07:41
ddcf39b
Compare
Choose a tag to compare

Major refactoring

  • Making base_case.py more manageable

Add the ability to export a website tour as a .js file

08 Oct 04:47
79a3d3d
Compare
Choose a tag to compare

Add the ability to export a website tour as a .js file

Accept xpath selectors in website tours

05 Oct 19:29
1a3dcd5
Compare
Choose a tag to compare

Accept xpath selectors in website tours

Fix XPath hover methods

05 Oct 13:44
f9d5fc5
Compare
Choose a tag to compare

Convert XPATH to CSS Selector before using a hover method.

  • Applies to hover_on_element() and hover_and_click()

Add ability to create & run Hopscotch JS tours with SeleniumBase

05 Oct 05:31
6ae43d1
Compare
Choose a tag to compare

Add ability to create SeleniumBase website tours using IntroJS

04 Oct 06:52
529dbfc
Compare
Choose a tag to compare

If the Google Auth password expires soon, get the next one.

30 Sep 04:36
ff9e518
Compare
Choose a tag to compare

If the Google Auth password expires soon, get the next one.