6657364364
* docs(new): migrate ElementHandle to TSDoc Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
674 B
674 B
Home > puppeteer > ClickOptions
ClickOptions interface
Signature:
export interface ClickOptions
Properties
Property | Type | Description |
---|---|---|
button | 'left' | 'right' | 'middle' | |
clickCount | number | |
delay | number | Time to wait between mousedown and mouseup in milliseconds. |