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.
2 parents 895f6ab + b308fbf commit af73fbbCopy full SHA for af73fbb
py/conftest.py
@@ -256,6 +256,9 @@ def options(self, cls_name):
256
opts_cls = getattr(self.supported_options, cls_name.lower())
257
self._options = getattr(webdriver, opts_cls)()
258
259
+ if cls_name.lower() in ("chrome", "edge"):
260
+ self._options.add_argument("--disable-dev-shm-usage")
261
+
262
if self.browser_path or self.browser_args:
263
if self.driver_class == self.supported_drivers.webkitgtk:
264
self._options.overlay_scrollbars_enabled = False
0 commit comments