---
sidebar_label: ClickOptions
---
# ClickOptions interface
#### Signature:
```typescript
export interface ClickOptions
```
## Properties
| Property | Modifiers | Type | Description | Default |
| ---------- | --------------------- | ----------------------------------------- | ------------------------------------------------------------------------------------- | -------------- |
| button | optional | [MouseButton](./puppeteer.mousebutton.md) | | 'left' |
| clickCount | optional | number | | 1 |
| delay | optional | number | Time to wait between mousedown and mouseup in milliseconds. | 0 |
| offset | optional | [Offset](./puppeteer.offset.md) | Offset for the clickable point relative to the top-left corner of the border box. | |