Skip to content

uWayLu/selenium-node-chrome-debug-sikulix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Selenium Docker with Sikulix2

The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the Apache License 2.0.

Info

The Dockerfile is based on selenium/node-chrome-debug. You may execute the container with selenuium-hub together via docker-compose.

You can more detail from SeleniumHQ/docker-selenium

How to get image

  • docker pull uwaylu/node-chrome-debug-sikulix:latest
  • build your self via docker build $PATH

Use example

# up container
c_id=$(docker run -d -p 5900:5900 uwaylu/node-chrome-debug-sikulix:latest)
# with tiger-vnc client
vncviewer 127.0.0.1:5900 &> /dev/null &
# if you need to up sikulixIDE
docker exec $c_id sikulix -v
# enter into container
docker exec -it $c_id bash

About

Based on selenium/node-chrome-debug

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published