mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
556 B
Markdown
21 lines
556 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [MouseOptions](./puppeteer.mouseoptions.md)
|
||
|
|
||
|
## MouseOptions interface
|
||
|
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface MouseOptions
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [button?](./puppeteer.mouseoptions.button.md) | [MouseButton](./puppeteer.mousebutton.md) | <i>(Optional)</i> |
|
||
|
| [clickCount?](./puppeteer.mouseoptions.clickcount.md) | number | <i>(Optional)</i> |
|
||
|
|