Changing the language of the browser You can use setEnvironmentOptions to change the language of the browser. In order to load a page in a specific language for example. Browsershot::url('https://example.com') ->setEnvironmentOptions([ 'LANG' => 'en-GB', ]) ... Adding extra headers to the navigational request Changing the value of a dropdown Help us improve this page