We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a860a commit d6b094bCopy full SHA for d6b094b
main.py
@@ -11,7 +11,7 @@ def handler(event=None, context=None):
11
options.add_argument("--headless=new")
12
options.add_argument('--no-sandbox')
13
options.add_argument("--disable-gpu")
14
- options.add_argument("--window-size=1280x1696")
+ options.add_argument("--window-size=1280,1696")
15
options.add_argument("--single-process")
16
options.add_argument("--disable-dev-shm-usage")
17
options.add_argument("--disable-dev-tools")
0 commit comments