Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 283 Bytes

passing-environment-variables-to-the-browser.md

File metadata and controls

12 lines (10 loc) · 283 Bytes
title weight
Passing environment variables to the browser
12

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'])
   ...