We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9af06 commit 5456ba2Copy full SHA for 5456ba2
seleniumbase/core/browser_launcher.py
@@ -236,6 +236,7 @@ def _set_chrome_options(
236
chrome_options.add_argument("--headless")
237
# if headless or disable_gpu:
238
chrome_options.add_argument("--disable-gpu") # (Now always on)
239
+ chrome_options.add_argument("--use-gl=swiftshader")
240
# if (headless and "linux" in PLATFORM) or no_sandbox:
241
chrome_options.add_argument("--no-sandbox") # (Now always on)
242
if "linux" in PLATFORM:
0 commit comments