Passing environment variables to the browser If you want to set custom environment variables which affect the browser instance you can use: Browsershot::url('https://example.com') ->setEnvironmentOptions(['TZ' => 'Pacific/Auckland']) ... Ignore HTTPS errors Prevent unsuccessful responses Help us improve this page