Update __init__.py

Remove some comments.
This commit is contained in:
Mister-Stein 2023-09-04 18:15:42 +03:00 committed by GitHub
parent 0324d6e68b
commit 1cf8bd1438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -409,8 +409,6 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
options.add_argument("--window-size=1920,1080")
options.add_argument("--start-maximized")
# fixes "could not connect to chrome" error when running
# on linux using privileged user like root (which i don't recommend)
options.add_argument(
"--log-level=%d" % log_level