--cookie
Cookies to set in the browser. Value should be valid cookie string.
Example
zshot --cookie "session=abc123; Domain=example.com" \
--cookie "theme=dark" -f shot.png https://example.comDetails
Example: “name=value; Domain=example.com”
Cookies to set in the browser. Value should be valid cookie string.
zshot --cookie "session=abc123; Domain=example.com" \
--cookie "theme=dark" -f shot.png https://example.comExample: “name=value; Domain=example.com”