Skip to content

jeromeCondere/docker-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker selenium chrome

How does it work

Inside your python selenium script you must put the following option
chromeOptions = webdriver.ChromeOptions() chromeOptions.add_argument("--remote-debugging-port=9222") chromeOptions.add_argument("--remote-debugging-address=0.0.0.0") chromeOptions.add_argument("--no-sandbox") chromeOptions.add_argument("--disable-gpu") chromeOptions.add_argument("--headless")

The no sandbox is the most important

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors