2023-04-17 08:56:51 +00:00
|
|
|
---
|
|
|
|
sidebar_label: MouseClickOptions
|
|
|
|
---
|
|
|
|
|
|
|
|
# MouseClickOptions interface
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface MouseClickOptions extends MouseOptions
|
|
|
|
```
|
|
|
|
|
|
|
|
**Extends:** [MouseOptions](./puppeteer.mouseoptions.md)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2023-04-25 11:28:47 +00:00
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| -------- | --------------------- | ------ | -------------------------------------------------------------- | -------------- |
|
|
|
|
| count | <code>optional</code> | number | Number of clicks to perform. | <code>1</code> |
|
|
|
|
| delay | <code>optional</code> | number | Time (in ms) to delay the mouse release after the mouse press. | |
|