I read about Chrome Headless from developers.google said we can run Google without an interface. Quote from this link:
Headless Chrome comes with Chrome 59. This is a way to launch Chrome browser in a headless environment. Essentially running Chrome without chrome! It provides all the modern web platform features provided by Chromium and the Blink command line rendering engine.
Why is this useful?
Mute browser is a great tool for automatic testing and server where you do not need a visible shell of the user interface. For example, you may need to perform some tests with a real web page, create a PDF file or just check how the browser displays the URL.
This is a really great feature, so I'm experimenting a bit with this great feature. The idea is to take a snapshot as a document site by calling chrome.exe from a Windows command prompt, as shown below:
chrome --headless --disable-gpu --screenshot https://www.chromestatus.com/
Repeat several times and follow the instructions from this site. I got nothing . I do not have an image or a screenshot with the name screenshot.pngas the document mentions it beforeRunning with --screenshot will produce a file named screenshot.png in the current working directory.
This document also talks about the version,
Caution: Headless mode is available on Mac and Linux in Chrome 59. Windows support is included in Chrome 60. To check which version of Chrome you have, open chrome: // version.
after some verification using the previously suggested one, I run chrome://versionChrome on Windows x64 on my computer and get some result:
Google Chrome 62.0.3202.94 (Official Build) (64-bit) (cohort: Stable)
Revision 4fd852a98d66564c88736c017b0a0b0478e885ad-refs/branch-heads/3202@{
? ?