Skip to content

Commit 03985cd

Browse files
committed
Update the documentation
1 parent e800f3d commit 03985cd

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cssselect2==0.7.0
2929
tinycss2==1.1.1
3030
defusedxml==0.7.1
3131
mkdocs==1.3.1
32-
mkdocs-material==8.5.2
32+
mkdocs-material==8.5.3
3333
mkdocs-exclude-search==0.6.4
3434
mkdocs-simple-hooks==0.1.5
3535
mkdocs-material-extensions==1.0.3

seleniumbase/behave/behave_sb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
-D enable-ws (Enable Web Security on Chromium-based browsers.)
7272
-D enable-sync (Enable "Chrome Sync".)
7373
-D use-auto-ext (Use Chrome's automation extension.)
74+
-D undetected | -D uc (Use undetected-chromedriver to evade bot-detection)
7475
-D remote-debug (Enable Chrome's Remote Debugger on http://localhost:9222)
7576
-D dashboard (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)
7677
-D dash-title=STRING (Set the title shown for the generated dashboard.)

seleniumbase/plugins/pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def pytest_addoption(parser):
8686
--enable-ws (Enable Web Security on Chromium-based browsers.)
8787
--enable-sync (Enable "Chrome Sync".)
8888
--use-auto-ext (Use Chrome's automation extension.)
89-
--undetected (Use an undetectable chromedriver to evade bot-detection.)
89+
--undetected | --uc (Use undetected-chromedriver to evade bot-detection.)
9090
--remote-debug (Enable Chrome's Remote Debugger on http://localhost:9222)
9191
--final-debug (Enter Debug Mode after each test ends. Don't use with CI!)
9292
--dashboard (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)

seleniumbase/plugins/selenium_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class SeleniumBrowser(Plugin):
6666
--enable-ws (Enable Web Security on Chromium-based browsers.)
6767
--enable-sync (Enable "Chrome Sync".)
6868
--use-auto-ext (Use Chrome's automation extension.)
69-
--undetected (Use an undetectable chromedriver to evade bot-detection.)
69+
--undetected | --uc (Use undetected-chromedriver to evade bot-detection.)
7070
--remote-debug (Enable Chrome's Remote Debugger on http://localhost:9222)
7171
--final-debug (Enter Debug Mode after each test ends. Don't use with CI!)
7272
--swiftshader (Use Chrome's "--use-gl=swiftshader" feature.)

0 commit comments

Comments
 (0)