Running Selenium with Headless Chrome Webdriver

To run chrome-headless just add –headless via chrome_options.add_argument, i.e.: So my thought is that running it with headless chrome would make my script faster. Try using chrome options like –disable-extensions or –disable-gpu and benchmark it, but I wouldn’t count with much improvement. References: headless-chrome Note: As of today, when running chrome headless on Windows., you should include the  –disable-gpu flag See crbug.com/737678