Skip to content

Commit 69aff35

Browse files
committed
Testing with trusting all certs
1 parent a3b3ba7 commit 69aff35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/modules/selenium_module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def create_driver(cli_parsed, user_agent=None):
4242
os.path.dirname(os.path.realpath(__file__)),
4343
'..', 'bin', 'dismissauth.xpi')
4444
profile.add_extension(extension_path)
45+
profile.accept_untrusted_certs = True
4546

4647
# This user agent case covers a user provided one
4748
if cli_parsed.user_agent is not None:

0 commit comments

Comments
 (0)