Skip to content
Advertisement

Tag: google-chrome-headless

How to configure ChromeDriver to initiate Chrome browser in Headless mode through Selenium?

I’m working on a python script to web-scrape and have gone down the path of using Chromedriver as one of the packages. I would like this to operate in the background without any pop-up windows. I’m using the option ‘headless’ on chromedriver and it seems to do the job in terms of not showing the browser window, however, I still

Advertisement