File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -844,12 +844,12 @@ captured in the same video.
844
844
[ Chrome] ( https://developers.google.com/web/updates/2017/04/headless-chrome ) ,
845
845
When using headless mode, there's no need for the [ Xvfb] ( https://en.wikipedia.org/wiki/Xvfb ) server to be started.
846
846
847
- To avoid starting the server you can set the ` SE_START_XVFB ` environment variable to ` false `
847
+ To avoid starting the server you can set the ` START_XVFB ` environment variable to ` false `
848
848
(or any other value than ` true ` ), for example:
849
849
850
850
``` bash
851
851
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub -e SE_EVENT_BUS_PUBLISH_PORT=4442 \
852
- -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 -e SE_START_XVFB =false --shm-size=" 2g" selenium/node-chrome:4.7.2-20221219
852
+ -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 -e START_XVFB =false --shm-size=" 2g" selenium/node-chrome:4.7.2-20221219
853
853
```
854
854
855
855
For more information, see this GitHub [ issue] ( https://github.com/SeleniumHQ/docker-selenium/issues/567 ) .
1204
1204
1205
1205
` Message: unknown error: Chrome failed to start: exited abnormally `
1206
1206
1207
- The reason _ might_ be that you've set the ` SE_START_XVFB ` environment variable to "false", but forgot to
1207
+ The reason _ might_ be that you've set the ` START_XVFB ` environment variable to "false", but forgot to
1208
1208
actually run Firefox, Chrome or Edge in headless mode.
1209
1209
1210
1210
### Mounting volumes to retrieve downloaded files
You can’t perform that action at this time.
0 commit comments