Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/src/JSHandle.ts>JSHandle#asElement

Headless Chrome Deno API
Latest
method JSHandle.prototype.asElement
import { JSHandle } from "https://deno.land/x/pptr@1.2.0/src/JSHandle.ts";

Returns either null or the object handle itself, if the object handle is an instance of ElementHandle.

Returns

ElementHandle | null