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