File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Images included:
13
13
- __ selenium/node-base__ : Base image for Selenium Grid Nodes which includes a virtual desktop environment and VNC support
14
14
- __ selenium/node-chrome__ : Selenium node with Chrome installed, needs to be connected to a Selenium Grid Hub
15
15
- __ selenium/node-firefox__ : Selenium node with Firefox installed, needs to be connected to a Selenium Grid Hub
16
+ - __ selenium/node-phantomjs__ : Selenium node with PhantomJS installed, needs to be connected to a Selenium Grid Hub
16
17
- __ selenium/standalone-chrome__ : Selenium standalone with Chrome installed
17
18
- __ selenium/standalone-firefox__ : Selenium standalone with Firefox installed
18
19
- __ selenium/standalone-chrome-debug__ : Selenium standalone with Chrome installed and runs a VNC server
@@ -69,6 +70,14 @@ You can pass `SE_OPTS` variable with additional commandline parameters for start
69
70
$ docker run -d -p 4444:4444 -e SE_OPTS=-debug --name selenium-hub selenium/hub:3.0.1-germanium
70
71
```
71
72
73
+ ### PHANTOMJS_OPTS PhantomJS Configuration Options
74
+
75
+ ``` bash
76
+ $ docker run -d -e PHANTOMJS_OPTS=" --ignore-ssl-errors=true" --link selenium-hub:hub selenium/node-phantomjs:3.0.1-fermium
77
+ ```
78
+
79
+ You can pass ` SE_OPTS ` variable with additional commandline parameters for starting a PhantomJS node.
80
+
72
81
## Building the images
73
82
74
83
Clone the repo and from the project directory root you can build everything by running:
You can’t perform that action at this time.
0 commit comments