2024-03-25 13:03:57 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ClickOptions
|
|
|
|
---
|
|
|
|
|
|
|
|
# ClickOptions interface
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface ClickOptions extends MouseClickOptions
|
|
|
|
```
|
|
|
|
|
|
|
|
**Extends:** [MouseClickOptions](./puppeteer.mouseclickoptions.md)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
<table><thead><tr><th>
|
|
|
|
|
|
|
|
Property
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Modifiers
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Type
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Description
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Default
|
|
|
|
|
|
|
|
</th></tr></thead>
|
|
|
|
<tbody><tr><td>
|
|
|
|
|
2024-04-11 16:51:07 +00:00
|
|
|
<span id="offset">offset</span>
|
2024-03-25 13:03:57 +00:00
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
`optional`
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
[Offset](./puppeteer.offset.md)
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
Offset for the clickable point relative to the top-left corner of the border box.
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
</tbody></table>
|