You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`opts.requestOpts` can be any valid [`got` options object](https://www.npmjs.com/package/got#proxies). You can use this for example to set a timeout.
88
95
89
-
`opts.onlyDriver` can be any valid 'chrome' | 'firefox' | 'chromiumedge' it allow to install any driver without selenium server
96
+
`opts.onlyDriver` can be any valid 'chrome' | 'firefox' | 'chromiumedge' it allow to install any driver without selenium server, driver also can be parametrized with onlyDriverArgs, it's []
90
97
91
98
returns `Promise<void>`
92
99
@@ -127,6 +134,8 @@ If you're getting this error, it means that you didn't shut down the server succ
127
134
pkill -f selenium-standalone
128
135
```
129
136
137
+
since 9.1.0 it's been checked and killed automatically
138
+
130
139
## Set `selenium-standalone` Version as NodeJS environment parameter
131
140
132
141
You can set any version by `process.env.SELENIUM_VERSION=3.141.59` before starting selenium-standalone. Default values are here: [lib/default-config.js](../lib/default-config.js)
0 commit comments