Skip to content

Docker container that runs chrome via selenium using python

Notifications You must be signed in to change notification settings

BrainBoxBrown/selenium-chrome-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

selenium-chrome-docker

Docker container that runs chrome via selenium using python

Assuming you have docker installed and running

git clone https://github.com/BrainBoxBrown/selenium-chrome-docker.git 
cd selenium-chrome-docker

Edit browser.py to do whatever you want to do and the run the following

sudo docker build -t brainbox/selenium-phantomjs .
sudo docker run -d --name selenium brainbox/selenium-phantomjs

About

Docker container that runs chrome via selenium using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages