Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

danielfrg/docker-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-selenium

Docker image containing selenium (2.48) and the google chrome driver (2.20)

Usage

One liner: docker run -it -v /dev/shm:/dev/shm -p 4444:4444 danielfrg/selenium

NOTE: the /dev/shm mount is the recommended workaround for the chrome crash issue as per SeleniumHQ/docker-selenium

Selenium UI is available at: http://DOCKERHOST:4444/wd/hub/static/resource/hub.html

You should be able to click the "Create session" button and select "chrome"

Example on python

Using the selenium python library you can do like this example

About

docker-selenium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •