Chrome - Selenium Standalone Node
Single Instance Chrome Browser Driver
standalone-chrome
selenium/standalone-chrome
Just deployed
Chrome in Selenium Standalone Grid Mode
Overview
Standalone grid mode combines all Selenium Grid components seamlessly into one.
Highlights
- Running a Grid in Standalone mode gives you a fully functional Grid with a single command, within a single process.
- Running on Railway gives you the ability to have a public selenium grid URL in a matter of seconds.
- 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 testing in no time!
RemoteWebDriver(new URL("https://CHANGEME.up.railway.app/")
Learn More
Template Content
standalone-chrome
selenium/standalone-chrome