Simon Willison on X: "TIL Google Chrome has a --headless optio... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ !https://twitter.com/simonw/status/1772043579231445366 Date: March 25, 2024 Image: Simon Willison (@simonw) on X — TIL Google Chrome has a --headless option you can use to take a screenshot from the CLI that's built into the default installation Simon Willison (@simonw) on X TIL Google Chrome has a --headless option you can use to take a screenshot from the CLI that's built into the default installation X (formerly Twitter) · twitter.com Huh, so this is just built right into the chrome cli. ``` /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \ --headless \ --screenshot=/tmp/shot1.png \ https://simonwillison.net ```