Extremely Popular
Go to Latest
interface puppeteer.Accessibility.LoadCompleteEvent
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { LoadCompleteEvent } = puppeteer.Accessibility;

The loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading.

Properties

root: AXNode

New document root node.