File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,7 @@ def _set_chrome_options(
432
432
chrome_options .add_argument ("--dom-automation" )
433
433
chrome_options .add_argument ("--disable-hang-monitor" )
434
434
chrome_options .add_argument ("--disable-prompt-on-repost" )
435
+ chrome_options .add_argument ("--disable-3d-apis" )
435
436
if servername != "localhost" :
436
437
use_auto_ext = True # Use Automation Extension with the Selenium Grid
437
438
if not use_auto_ext : # Disable Automation Extension / detection. (Default)
@@ -1737,6 +1738,7 @@ def get_local_driver(
1737
1738
edge_options .add_argument ("--dom-automation" )
1738
1739
edge_options .add_argument ("--disable-hang-monitor" )
1739
1740
edge_options .add_argument ("--disable-prompt-on-repost" )
1741
+ edge_options .add_argument ("--disable-3d-apis" )
1740
1742
if (settings .DISABLE_CSP_ON_CHROME or disable_csp ) and not headless :
1741
1743
# Headless Edge doesn't support extensions, which are required
1742
1744
# for disabling the Content Security Policy on Edge
You can’t perform that action at this time.
0 commit comments