Go to Docker Hub to download Selenium Hub and Node containers. Steps to do so:
On docker Hub, search with 'Selenium' and hit enter, you will be redirected on search listing page. We will download below containers to setup Selenium Grid.
- Selenium Hub
- Chrome/Firefox Node Debug
Download Selenium Hub and Node
To Setup Selenium Grid, download hub and node images. Open terminal/power shell and use the below commands to pull below images:Selenium Hub
Image for running a Grid Hub
docker pull selenium/hub
Grid Node with Chrome installed and runs a VNC server, needs to be connected to a Grid Hub
docker pull selenium/node-chrome-debug
Firefox Node Debug
Grid Node with Firefox installed and runs a VNC server, needs to be connected to a Grid Hub
docker pull selenium/node-firefox-debug
Verify downloaded images using below command
docker images