Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 191 Bytes

puppeteer.clickoptions.button.md

File metadata and controls

17 lines (12 loc) · 191 Bytes
sidebar_label
ClickOptions.button

ClickOptions.button property

Signature:

interface ClickOptions {
  button?: MouseButton;
}

Default value:

'left'