Update v2.py

This commit is contained in:
Leon 2021-02-03 09:29:41 +01:00 committed by GitHub
parent 38b3eb2ec8
commit db2214071d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
extra_args = []
if options.headless:
extra_args.append("--headless")
extra_args.append("--window-size=1920,1080")
self.browser_args = [
find_chrome_executable(),