mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
sidebar_label
| 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. |