Skip to main content
Module

x/astral/bindings/celestial.ts>Page_frameAttached

A high-level puppeteer/playwright-like library for Deno
Go to Latest
interface Page_frameAttached
import { type Page_frameAttached } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Properties

frameId: Page_FrameId

Id of the frame that has been attached.

parentFrameId: Page_FrameId

Parent frame identifier.

optional
stack: Runtime_StackTrace

JavaScript stack trace of when frame was attached, only set if frame initiated from script.