chrome-headlessHeadless chrome usage example
google-chrome --headless --screenshot="screen.png" -window-size=1280,720 "https://github.com"ctrl + c| --screenshotmake screenshot and save it to specified file | screen.pngpath to save screenshot to | 
| --headlesswill launch chrome in headless mode | -window-sizeset browser window size | 
| 1280,720opens browser in  | github.comurl to open | 
More of Chrome Headless
- How to run chrome headless with extensions
- How to capture video using Chrome Remote Interface
- How to save web page source HTML to a file
- How to take full page page screenshot
- How to take page screenshot in specific resolution
- How to launch Google Chrome using Xvfb
- How to use proxy with authentication in headless mode
- How to write logs in headless mode
- How to trigger mouse click in headless mode
See more codes...
