Skip to content

Commit f8ba86f

Browse files
committed
Add PhantomJS to readme file
1 parent f12d43a commit f8ba86f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Images included:
1313
- __selenium/node-base__: Base image for Selenium Grid Nodes which includes a virtual desktop environment and VNC support
1414
- __selenium/node-chrome__: Selenium node with Chrome installed, needs to be connected to a Selenium Grid Hub
1515
- __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
1617
- __selenium/standalone-chrome__: Selenium standalone with Chrome installed
1718
- __selenium/standalone-firefox__: Selenium standalone with Firefox installed
1819
- __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
6970
$ docker run -d -p 4444:4444 -e SE_OPTS=-debug --name selenium-hub selenium/hub:3.0.1-germanium
7071
```
7172

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+
7281
## Building the images
7382

7483
Clone the repo and from the project directory root you can build everything by running:

0 commit comments

Comments
 (0)