Update __init__.py

This commit is contained in:
Leon 2022-10-15 16:51:47 +02:00 committed by GitHub
parent 632bb6b1e5
commit 40ad1812e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
suppress_welcome=True,
use_subprocess=False,
debug=False,
no_sandbox=True,
**kw
):
"""