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

Properties

Object properties.

optional
internalProperties: InternalPropertyDescriptor[]

Internal object properties (only of the element itself).

optional
privateProperties: PrivatePropertyDescriptor[]

Object private properties.

optional
exceptionDetails: ExceptionDetails

Exception details.