SeleniumEnv icon indicating copy to clipboard operation
SeleniumEnv copied to clipboard

Docker image with Selenium, Xvfb, Firefox, and Chromium included

Results 2 SeleniumEnv issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to set up the selenium docker image to run tests on a site located on the host machine (that is a build machine for my projects)...

When I try running tests targeting the chrome browser with Selenium-Env, the webdriver fails saying that the chromedriver path must be set: ``` 15:47:51.215 WARN - Exception thrown java.util.concurrent.ExecutionException: org.openqa.selenium.WebDriverException:...