Headless Chrome and Selenium on Windows?

google-chrome, selenium-chromedriver, selenium-webdriver

Solution

The Headless mode for Windows is available in Chrome 60 beta, and the stable version is likely to be also in the 60th version.

https://www.google.com/chrome/browser/beta.html

There are no differences in the launch of Selenium

Problem

I've seen that headless Chrome came out in some form last month and I've seen that it can be interacted with via Selenium but the articles I've seen mostly mention Linux and MacOS. Is this available for windows (7 and /or 10) yet?

Original source