Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 674 Bytes

puppeteer.clickoptions.md

File metadata and controls

21 lines (13 loc) · 674 Bytes

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.