Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method ElementHandle.prototype.isIntersectingViewport
import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/src/JSHandle.ts";

Resolves to true if the element is visible in the current viewport.

Returns

Promise<boolean>