puppeteer/docs/api/puppeteer.clickoptions.md
2023-03-29 15:27:29 +02:00

1.2 KiB

sidebar_label
ClickOptions

ClickOptions interface

Signature:

export interface ClickOptions

Properties

Property Modifiers Type Description Default
button optional MouseButton 'left'
clickCount optional number 1
delay optional number Time to wait between mousedown and mouseup in milliseconds. 0
offset optional Offset Offset for the clickable point relative to the top-left corner of the border box.