Just tried the library looks great so far. Will try to push to replace our current selenium/cucumber tests.
@gklijs fwiw I’m using this Docker container to run Chrome on our (self managed) CI server: https://hub.docker.com/r/robcherry/docker-chromedriver/
Yes, I saw some earlier remarks already. To bad docker is not available in that environment yet. Although we have a server we might install it on. But I might use docker to do poc automated exploratory testing.
you can also just install chromedriver with headless chrome if you don’t have docker, but we didn’t want that, since the package manager will also install an entire window system