Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinoff committed Dec 9, 2020
1 parent fd52f63 commit 0a7cf6e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pylenium.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
"remote_url": "",
"wait_time": 10,
"page_load_wait_time": 0,
"options": [],
"options": [
"headless",
"disable-infobars",
"--disable-gpu",
"--disable-extensions",
"--disable-dev-shm-usage",
"--disable-setuid-sandbox",
"--no-sandbox"
],
"capabilities": {},
"version": "latest",
"experimental_options": null,
Expand Down

0 comments on commit 0a7cf6e

Please sign in to comment.