Selenium/WebdriverIO Chrome headless?
Is it possible to do automated browser testing with Selenium/WebdriverIO using Chrome in headless mode? Supposedly Chrome --headless is a thing now, but I can't get their example working. I was ho...