18 lines
510 B
Markdown
18 lines
510 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ElementHandle](./puppeteer.elementhandle.md) > [isIntersectingViewport](./puppeteer.elementhandle.isintersectingviewport.md)
|
||
|
|
||
|
## ElementHandle.isIntersectingViewport() method
|
||
|
|
||
|
Resolves to true if the element is visible in the current viewport.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
isIntersectingViewport(): Promise<boolean>;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
Promise<boolean>
|
||
|
|