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 b4be67a commit 546b6f3Copy full SHA for 546b6f3
tests/base_test_class.py
@@ -47,7 +47,7 @@ def setUpClass(cls):
47
48
# the next 2 maybe needed in some scenario's for example on WSL or other headless situations
49
dd_driver_options.add_argument("--no-sandbox")
50
- # dd_driver_options.add_argument("--disable-dev-shm-usage")
+ dd_driver_options.add_argument("--disable-dev-shm-usage")
51
dd_driver_options.add_argument("--disable-gpu") # on windows sometimes chrome can't start with certain gpu driver versions, even in headless mode
52
53
# start maximized or at least with sufficient with because datatables will hide certain controls when the screen is too narrow
0 commit comments