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
566
566
--final-debug # (Enter Debug Mode after each test ends. Don't use with CI!)
567
567
--dashboard # (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)
568
568
--dash-title= STRING # (Set the title shown for the generated dashboard.)
569
+ --enable-3d-apis # (Enables WebGL and 3D APIs.)
569
570
--swiftshader # (Use Chrome's "--use-gl=swiftshader" feature.)
570
571
--incognito # (Enable Chrome's Incognito mode.)
571
572
--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
172
172
--final-debug # (Enter Debug Mode after each test ends. Don't use with CI!)
173
173
--dashboard # (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)
174
174
--dash-title=STRING # (Set the title shown for the generated dashboard.)
175
+ --enable-3d-apis # (Enables WebGL and 3D APIs.)
175
176
--swiftshader # (Use Chrome's "--use-gl=swiftshader" feature.)
176
177
--incognito # (Enable Chrome's Incognito mode.)
177
178
--guest # (Enable Chrome's Guest mode.)
Original file line number Diff line number Diff line change 1
1
# mkdocs dependencies for generating the seleniumbase.io website
2
2
# Minimum Python version: 3.8 (for generating docs only)
3
3
4
- regex >= 2023.5.4
4
+ regex >= 2023.5.5
5
5
pkginfo >= 1.9.6
6
6
docutils == 0.19
7
7
python-dateutil == 2.8.2
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ sbase install [DRIVER] [OPTIONS]
62
62
sbase get chromedriver
63
63
sbase get geckodriver
64
64
sbase 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
67
67
sbase get chromedriver latest
68
68
sbase get chromedriver latest-1 # (Latest minus one)
69
69
sbase get chromedriver -p
You can’t perform that action at this time.
0 commit comments