File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -566,6 +566,7 @@ pytest my_first_test.py --pdb
566566--final-debug # (Enter Debug Mode after each test ends. Don't use with CI!)
567567--dashboard # (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)
568568--dash-title= STRING # (Set the title shown for the generated dashboard.)
569+ --enable-3d-apis # (Enables WebGL and 3D APIs.)
569570--swiftshader # (Use Chrome's "--use-gl=swiftshader" feature.)
570571--incognito # (Enable Chrome's Incognito mode.)
571572--guest # (Enable Chrome's Guest mode.)
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ pytest my_first_test.py --settings-file=custom_settings.py
172172--final-debug # (Enter Debug Mode after each test ends. Don't use with CI!)
173173--dashboard # (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)
174174--dash-title=STRING # (Set the title shown for the generated dashboard.)
175+ --enable-3d-apis # (Enables WebGL and 3D APIs.)
175176--swiftshader # (Use Chrome's "--use-gl=swiftshader" feature.)
176177--incognito # (Enable Chrome's Incognito mode.)
177178--guest # (Enable Chrome's Guest mode.)
Original file line number Diff line number Diff line change 11# mkdocs dependencies for generating the seleniumbase.io website
22# Minimum Python version: 3.8 (for generating docs only)
33
4- regex >= 2023.5.4
4+ regex >= 2023.5.5
55pkginfo >= 1.9.6
66docutils == 0.19
77python-dateutil == 2.8.2
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ sbase install [DRIVER] [OPTIONS]
6262sbase get chromedriver
6363sbase get geckodriver
6464sbase get edgedriver
65- sbase get chromedriver 109
66- sbase get chromedriver 109 .0.5414.74
65+ sbase get chromedriver 112
66+ sbase get chromedriver 112 .0.5615.49
6767sbase get chromedriver latest
6868sbase get chromedriver latest-1 # (Latest minus one)
6969sbase get chromedriver -p
You can’t perform that action at this time.
0 commit comments