-
Notifications
You must be signed in to change notification settings - Fork 0
Can't specify chromeOptions #2
Copy link
Copy link
Open
Description
Normally, one can specify chromeOptions (e.g. to setup a particular profile directory, set different window size, etc).
Seems like webdriver-reuse-session forces the following options:
"chromeOptions": {
"w3c": false,
"args": [
"--no-sandbox",
"--disable-infobars",
"--log-level=3",
"--disable-gpu",
"--window-size=1024,800"
]
},with no facilities to change them. Was this a deliberate choice?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels