Update v2.py

This commit is contained in:
Leon 2021-01-17 21:05:40 +01:00 committed by GitHub
parent 3ef151e048
commit 2ec225069f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
def __init__(
self,
executable_path="chromedriver",
executable_path="./chromedriver",
port=0,
options=None,
service_args=None,