|
@@ -19,7 +19,7 @@ icecream.install()
|
|
|
def chrome_options(chrome_options: webdriver.ChromeOptions) -> webdriver.ChromeOptions:
|
|
|
chrome_options.add_argument('headless')
|
|
|
chrome_options.add_argument('disable-gpu')
|
|
|
- chrome_options.add_argument('window-size=1200x600')
|
|
|
+ chrome_options.add_argument('window-size=600x600')
|
|
|
chrome_options.add_experimental_option('w3c', False)
|
|
|
return chrome_options
|
|
|
|