Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 283 Bytes

clicking-on-the-page.md

File metadata and controls

13 lines (11 loc) · 283 Bytes
title weight
Clicking on the page
5

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)