File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,7 @@ SeleniumBase provides additional Pytest command-line options for tests:
326
326
--disable-csp # (This disables the Content Security Policy of websites.)
327
327
--enable-sync # (The option to enable "Chrome Sync".)
328
328
--use-auto-ext # (The option to use Chrome's automation extension.)
329
+ --swiftshader # (The option to use Chrome's "--use-gl=swiftshader" feature.)
329
330
--incognito # (The option to enable Chrome's Incognito mode.)
330
331
--guest # (The option to enable Chrome's Guest mode.)
331
332
--devtools # (The option to open Chrome's DevTools when the browser opens.)
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ SeleniumBase provides additional Pytest command-line options for tests:
123
123
--disable-csp # (This disables the Content Security Policy of websites.)
124
124
--enable-sync # (The option to enable "Chrome Sync".)
125
125
--use-auto-ext # (The option to use Chrome's automation extension.)
126
+ --swiftshader # (The option to use Chrome's "--use-gl=swiftshader" feature.)
126
127
--incognito # (The option to enable Chrome's Incognito mode.)
127
128
--guest # (The option to enable Chrome's Guest mode.)
128
129
--devtools # (The option to open Chrome's DevTools when the browser opens.)
You can’t perform that action at this time.
0 commit comments