Selenium Grid
Chrome, Firefox and Edge connected by a Selenium Hub. Deployed with ease.
firefox-node
selenium/node-firefox
Just deployed
chrome-node
selenium/node-chrome
Just deployed
selenium-hub
selenium/hub:latest
Just deployed
edge-node
selenium/node-edge
Just deployed
Selenium Grid with Chrome, Firefox and Edge
Overview
Selenium Grid allows you to run tests in parallel with the execution of WebDriver scripts on remote machines by routing commands sent by the client to remote browser instances.
Highlights
- Run all 3 major browsers with just a few clicks to be using the Selenium grid for your tests in minutes.
- Run your tests in parallel to speed up total testing time.
- Running on Railway gives you the ability to have a public selenium grid URL in a matter of no time.
- SSL/TLS encryption certificate by default
How To Use
- After deploying, just add the generated up.railway.app URL in your selenium tests as the remote web driver URL and you'll be ready to test!
RemoteWebDriver(new URL("https://CHANGEME.up.railway.app/")
Learn More
Template Content
firefox-node
selenium/node-firefoxchrome-node
selenium/node-chromeselenium-hub
selenium/hub:latestedge-node
selenium/node-edge