Skip to content

Commit 3036350

Browse files
committed
Update the docs
1 parent ae454e0 commit 3036350

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ SeleniumBase provides additional Pytest command-line options for tests:
326326
--disable-csp # (This disables the Content Security Policy of websites.)
327327
--enable-sync # (The option to enable "Chrome Sync".)
328328
--use-auto-ext # (The option to use Chrome's automation extension.)
329+
--swiftshader # (The option to use Chrome's "--use-gl=swiftshader" feature.)
329330
--incognito # (The option to enable Chrome's Incognito mode.)
330331
--guest # (The option to enable Chrome's Guest mode.)
331332
--devtools # (The option to open Chrome's DevTools when the browser opens.)

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ SeleniumBase provides additional Pytest command-line options for tests:
123123
--disable-csp # (This disables the Content Security Policy of websites.)
124124
--enable-sync # (The option to enable "Chrome Sync".)
125125
--use-auto-ext # (The option to use Chrome's automation extension.)
126+
--swiftshader # (The option to use Chrome's "--use-gl=swiftshader" feature.)
126127
--incognito # (The option to enable Chrome's Incognito mode.)
127128
--guest # (The option to enable Chrome's Guest mode.)
128129
--devtools # (The option to open Chrome's DevTools when the browser opens.)

0 commit comments

Comments
 (0)