Skip to content

Releases: seleniumbase/SeleniumBase

Improve the export feature for website tours

25 Jul 04:40
c5f58c0
Compare
Choose a tag to compare

Improve the export feature for website tours

Optimize selector detection and usage

21 Jul 18:20
b43bdd9
Compare
Choose a tag to compare

Optimize selector detection and usage

Small updates to reliability and logging

18 Jul 13:27
8803a24
Compare
Choose a tag to compare

Small updates to reliability and logging

  • Update demo-mode reliability
  • Update logging level for "requests" and "urllib3"

Fix pytest-html reports on Windows

17 Jul 05:43
2656a5d
Compare
Choose a tag to compare

Fix pytest-html reports on Windows

  • Use pytest-html==1.20.0 (later versions have errors on Windows)

Refactor command-line arguments

16 Jul 05:28
cc71259
Compare
Choose a tag to compare

Refactor command-line arguments

Allow a comma-separated list of Chrome extensions

14 Jul 21:54
a5f6e25
Compare
Choose a tag to compare

Allow a comma-separated list of Chrome extensions to load on the command line.

Add command-line arguments for Chrome customization

14 Jul 05:17
7fcfa76
Compare
Choose a tag to compare

Add command-line arguments for Chrome customization:

  • --enable_sync -> (Enable Chrome Sync)
  • --user_data_dir=DIR -> (Set the Chrome Profile / User-Data-Dir to use)
  • --extension_zip=FILE.zip -> (Load a Chrome Extension via ZIP file)
  • --extension_dir=DIR -> (Load a Chrome Extension via folder)

Pytest update and refactoring

29 Jun 20:23
472024b
Compare
Choose a tag to compare

Pytest update and refactoring

  • Use pytest>=4.6.4
  • Add get_element() for method name standardization
  • Refactoring
  • Update npm "express" version for the web integration

Standardize methods

26 Jun 07:38
b08f486
Compare
Choose a tag to compare

Standardize methods

  • Update method parameter names
  • Update a few methods
  • Add a few new methods

Timeout feature

21 Jun 14:12
b1db6cc
Compare
Choose a tag to compare

Timeout feature

  • Add pytest-timeout to requirements.
  • Update a few other requirements.
  • Disable urllib3 warnings