Back to Puppeteer

ClickOptions interface

website/versioned_docs/version-24.40.0/api/puppeteer.clickoptions.md

19.2.2935 B
Original Source

ClickOptions interface

Signature

typescript
export interface ClickOptions extends MouseClickOptions

Extends: MouseClickOptions

Properties

<table><thead><tr><th>

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

</td><td>

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

</td><td>

Offset

</td><td>

Offset for the clickable point relative to the top-left corner of the border box.

</td><td> </td></tr> </tbody></table>