Mouse clicks on an element with provided selector, clickCount and button
Puppeteer context object.
Selector to click.
Optional
await mouseClick(ctx, selector, {button: 'right', clickCount: 1}); Copy
await mouseClick(ctx, selector, {button: 'right', clickCount: 1});
Generated using TypeDoc
Mouse clicks on an element with provided selector, clickCount and button