Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 243 Bytes

puppeteer.clickoptions.delay.md

File metadata and controls

19 lines (13 loc) · 243 Bytes
sidebar_label
ClickOptions.delay

ClickOptions.delay property

Time to wait between mousedown and mouseup in milliseconds.

Signature:

interface ClickOptions {
  delay?: number;
}

Default value:

0