Skip to content

Releases: seleniumbase/SeleniumBase

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

Update default Chrome options

19 Jun 14:21
2ef6788
Compare
Choose a tag to compare

Update default Chrome options

Headless-mode updates for reliability

19 Jun 06:35
e1cebd0
Compare
Choose a tag to compare

Mostly headless-mode updates:

  • Make headless Chrome more reliable in Docker environments
  • Update pytest requirements

Pytest update (Use pytest >= 4.6.2)

11 Jun 03:15
2915b60
Compare
Choose a tag to compare

Pytest update:

  • Use pytest >= 4.6.2