KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
docker-selenium
★ 11
Open GitHub ↗
docker-selenium
Download README (.md)
Explore Similar Repositories
jline
:
Sort, grep and join files where every line is JSON. 21C command line reality.
detect-conflict
:
Small utility library that check if a new file content can be merged safely in the on-disk existing file.
AndroidTrafficMonitor
:
Android手机流量监控
Strata
:
Automate the tasks necessary to develop on the CocoaPods websites
brasil-exemplo
:
Exemplo de como utilizar o módulo Brasil para consultar a receita federal
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
docker-selenium
?
Download (.md)
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](https://github.com/SeleniumHQ/docker-selenium#running-the-images) Selenium UI is available at: [http://DOCKERHOST:4444/wd/hub/static/resource/hub.html](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](http://nbviewer.ipython.org/github/danielfrg/docker-selenium/blob/master/example/notebook.ipynb)