Clicking on the page You can specify clicks on the page. Browsershot::url('https://example.com') ->click('#selector1') // Right click 5 times on #selector2, each click lasting 200 milliseconds. ->click('#selector2', 'right', 5, 200) Changing the value of a dropdown Connection to a remote chromium/chrome instance Help us improve this page