mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
19 lines
489 B
Markdown
19 lines
489 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ElementHandle](./puppeteer.elementhandle.md) > [\_clickablePoint](./puppeteer.elementhandle._clickablepoint.md)
|
||
|
|
||
|
## ElementHandle.\_clickablePoint() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
_clickablePoint(): Promise<{
|
||
|
x: number;
|
||
|
y: number;
|
||
|
}>;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
Promise<{ x: number; y: number; }>
|
||
|
|