Skip to content

Releases: seleniumbase/SeleniumBase

Use a customized virtual display in headless mode

30 Jul 07:17
6e19297
Compare
Choose a tag to compare

Use a customized virtual display in headless mode

  • This removes the pyvirtualdisplay requirement
  • This also makes tests run much faster in headless mode

Update pyotp lib and seleniumbase mkdir command

28 Jul 04:30
00abed8
Compare
Choose a tag to compare

Update pyotp lib and seleniumbase mkdir command

  • Update pyotp to >=2.3.0
  • Have the seleniumbase mkdir script create an extra example test.

New option: Set initial URL with --start_page=URL or --url=URL

26 Jul 07:07
ce16150
Compare
Choose a tag to compare

Add ability to set initial URL with --start_page=URL or --url=URL cmd option

Make --headless mode the default setting on Linux

25 Jul 18:05
734444e
Compare
Choose a tag to compare

Make --headless mode the default setting on Linux

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.