Headless chrome with selenium.
3.1K
Docker file
FROM elgalu/selenium
MAINTAINER Octo
USER root
RUN curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
RUN apt-get update
RUN sudo apt-get install -y nodejs
USER seluser
Run nohup bash /usr/bin/entry.sh >> out.log & before running your tests
Content type
Image
Digest
Size
603.4 MB
Last updated
over 8 years ago
docker pull kimy82/headless-selenium-npm