Chrome Headless Doesn't work Chrome Headless Doesn't work google-chrome google-chrome

Chrome Headless Doesn't work


After do some experiments. for --screenshot will save the image on the same level as chrome.exe location and that will be mean save on Program Files.

So we need need to combine parameter names and arguments with a =

--screenshot="D:\screen.png" will work, otherwise Chrome writes to it's installation folder. Big design flaw, no software should use it's installation folder as a working directory.

Here are the complete argument :

chrome --headless --enable-logging --disable-gpu --screenshot="D:\screen.png" "https://www.chromestatus.com/"