Selenium server with atom-shell that can be used with selenium grid. Based off vvoyer/docker-selenium-firefox-chrome.
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")
Content type
Image
Digest
sha256:d308d1912…
Size
294.5 MB
Last updated
almost 11 years ago
docker pull jmartine/selenium-atom-shell