puppeteer/new-docs/puppeteer.protocol.input.emulatetouchfrommouseeventrequest.clickcount.md
2020-07-13 14:01:35 +01:00

14 lines
625 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Input](./puppeteer.protocol.input.md) &gt; [EmulateTouchFromMouseEventRequest](./puppeteer.protocol.input.emulatetouchfrommouseeventrequest.md) &gt; [clickCount](./puppeteer.protocol.input.emulatetouchfrommouseeventrequest.clickcount.md)
## Protocol.Input.EmulateTouchFromMouseEventRequest.clickCount property
Number of times the mouse button was clicked (default: 0).
<b>Signature:</b>
```typescript
clickCount?: integer;
```