puppeteer/website/versioned_docs/version-19.10.0/api/puppeteer.clickoptions.md
release-please[bot] 8e8c06ac7d
chore: release main (#10052)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-04-20 16:05:08 +00: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.