Skip to main content
Go to Latest
type alias UnwrapElementHandle
import { type UnwrapElementHandle } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/common/EvalTypes.d.ts";

Unwraps a DOM element out of an ElementHandle instance

definition: X extends ElementHandle<infer E> ? E : X