docs/api/puppeteer.clickoptions.md
export interface ClickOptions extends MouseClickOptions
Extends: MouseClickOptions
Property
</th><th>Modifiers
</th><th>Type
</th><th>Description
</th><th>Default
</th></tr></thead> <tbody><tr><td><span id="debughighlight">debugHighlight</span>
</td><td>optional
boolean
</td><td>(Experimental) An experimental debugging feature. If true, inserts an element into the page to highlight the click location for 10 seconds. Might not work on all pages and does not persist across navigations.
</td><td> </td></tr> <tr><td><span id="offset">offset</span>
</td><td>optional
Offset for the clickable point relative to the top-left corner of the border box.
</td><td> </td></tr> </tbody></table>