mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
58 lines
624 B
Markdown
58 lines
624 B
Markdown
---
|
|
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>
|
|
|
|
<span id="offset">offset</span>
|
|
|
|
</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>
|