This commit is contained in:
Leon 2021-04-21 08:05:33 +02:00 committed by GitHub
parent b3484a8b7e
commit 5a1ce796b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class Chrome(object):
extra_args.append("--window-size=1920,1080")
self.browser_args = [
find_chrome_executable(),
options.binary_location,
"--user-data-dir=%s" % user_data_dir,
"--remote-debugging-host=%s" % debug_host,
"--remote-debugging-port=%s" % debug_port,