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