We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d559897 + 6523458 commit 1d245c3Copy full SHA for 1d245c3
the_ark/selenium_helpers.py
@@ -47,6 +47,8 @@ def create_driver(self, **desired_capabilities):
47
if desired_capabilities.get("headless"):
48
options.add_argument("headless")
49
options.add_argument("disable-gpu")
50
+ options.add_argument('--ignore-ssl-errors=yes')
51
+ options.add_argument('--ignore-certificate-errors')
52
53
# Update the scale factor (default is 2 in Chrome). Affects the resolution of screenshots, etc.
54
if desired_capabilities.get("scale_factor"):
0 commit comments