Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Runtime.GetPropertiesResponse

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Runtime.GetPropertiesResponse
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { GetPropertiesResponse } = Protocol.Runtime;

Properties

result: PropertyDescriptor[]

Object properties.

optional
internalProperties: InternalPropertyDescriptor[]

Internal object properties (only of the element itself).

optional
privateProperties: PrivatePropertyDescriptor[]

Object private properties.

optional
exceptionDetails: ExceptionDetails

Exception details.