Skip to content

Commit 4c8cc08

Browse files
committed
Update the docs
1 parent d001008 commit 4c8cc08

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.)

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.)

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
pkginfo>=1.9.6
66
docutils==0.19
77
python-dateutil==2.8.2

seleniumbase/console_scripts/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ sbase install [DRIVER] [OPTIONS]
6262
sbase get chromedriver
6363
sbase get geckodriver
6464
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
6767
sbase get chromedriver latest
6868
sbase get chromedriver latest-1 # (Latest minus one)
6969
sbase get chromedriver -p

0 commit comments

Comments
 (0)