Skip to content

Dockerfile for building selenium node with atom-shell instead of chrome

Notifications You must be signed in to change notification settings

jmartine/selenium-atom-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium server with atom-shell that can be used with selenium grid. Based off vvoyer/docker-selenium-firefox-chrome.

Using with webdriver

caps = Selenium::WebDriver::Remote::Capabilities.chrome("chromeOptions" => {"binary" => "/atom"})
driver = Selenium::WebDriver.for :remote, url: 'http://localhost:4444/wd/hub', desired_capabilities: caps
driver.get("https://www.google.com")

About

Dockerfile for building selenium node with atom-shell instead of chrome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published