2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: MouseOptions
|
|
|
|
---
|
|
|
|
|
|
|
|
# MouseOptions interface
|
|
|
|
|
2022-10-24 14:31:12 +00:00
|
|
|
#### Signature:
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface MouseOptions
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2022-10-24 14:31:12 +00:00
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| ----------------------------------------------------- | --------- | ----------------------------------------- | ----------------- | ------- |
|
|
|
|
| [button?](./puppeteer.mouseoptions.button.md) | | [MouseButton](./puppeteer.mousebutton.md) | <i>(Optional)</i> | |
|
|
|
|
| [clickCount?](./puppeteer.mouseoptions.clickcount.md) | | number | <i>(Optional)</i> | |
|