<!-- 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<Point>; ``` <b>Returns:</b> Promise<[Point](./puppeteer.point.md)>