File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ cssselect2==0.7.0
29
29
tinycss2 == 1.1.1
30
30
defusedxml == 0.7.1
31
31
mkdocs == 1.3.1
32
- mkdocs-material == 8.5.2
32
+ mkdocs-material == 8.5.3
33
33
mkdocs-exclude-search == 0.6.4
34
34
mkdocs-simple-hooks == 0.1.5
35
35
mkdocs-material-extensions == 1.0.3
Original file line number Diff line number Diff line change 71
71
-D enable-ws (Enable Web Security on Chromium-based browsers.)
72
72
-D enable-sync (Enable "Chrome Sync".)
73
73
-D use-auto-ext (Use Chrome's automation extension.)
74
+ -D undetected | -D uc (Use undetected-chromedriver to evade bot-detection)
74
75
-D remote-debug (Enable Chrome's Remote Debugger on http://localhost:9222)
75
76
-D dashboard (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)
76
77
-D dash-title=STRING (Set the title shown for the generated dashboard.)
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def pytest_addoption(parser):
86
86
--enable-ws (Enable Web Security on Chromium-based browsers.)
87
87
--enable-sync (Enable "Chrome Sync".)
88
88
--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.)
90
90
--remote-debug (Enable Chrome's Remote Debugger on http://localhost:9222)
91
91
--final-debug (Enter Debug Mode after each test ends. Don't use with CI!)
92
92
--dashboard (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class SeleniumBrowser(Plugin):
66
66
--enable-ws (Enable Web Security on Chromium-based browsers.)
67
67
--enable-sync (Enable "Chrome Sync".)
68
68
--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.)
70
70
--remote-debug (Enable Chrome's Remote Debugger on http://localhost:9222)
71
71
--final-debug (Enter Debug Mode after each test ends. Don't use with CI!)
72
72
--swiftshader (Use Chrome's "--use-gl=swiftshader" feature.)
You can’t perform that action at this time.
0 commit comments