Update __init__.py

This commit is contained in:
Leon 2021-12-24 14:51:15 +00:00 committed by GitHub
parent 3bf4cdf7a9
commit 1245e160c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
version_main=None,
patcher_force_close=False,
suppress_welcome=True,
no_subprocess=True,
use_subprocess=False,
debug=False,
**kw
):