Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
Use a customized virtual display in headless mode
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
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
Add ability to set initial URL with --start_page=URL
or --url=URL
cmd option
Make --headless mode the default setting on Linux
Make --headless mode the default setting on Linux
Improve the export feature for website tours
Improve the export feature for website tours
Optimize selector detection and usage
Optimize selector detection and usage
Small updates to reliability and logging
Small updates to reliability and logging
- Update demo-mode reliability
- Update logging level for "requests" and "urllib3"
Fix pytest-html reports on Windows
Fix pytest-html reports on Windows
- Use pytest-html==1.20.0 (later versions have errors on Windows)
Refactor command-line arguments
Refactor command-line arguments
Allow a comma-separated list of Chrome extensions
Allow a comma-separated list of Chrome extensions to load on the command line.