Skip to main content
Module

x/astral/bindings/celestial.ts>Page_Frame

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

Information about the Frame on the page.

definition: { id: Page_FrameId; parentId?: Page_FrameId; loaderId: Network_LoaderId; name?: string; url: string; urlFragment?: string; domainAndRegistry: string; securityOrigin: string; mimeType: string; unreachableUrl?: string; adFrameStatus?: Page_AdFrameStatus; secureContextType: Page_SecureContextType; crossOriginIsolatedContextType: Page_CrossOriginIsolatedContextType; gatedAPIFeatures: Page_GatedAPIFeatures[]; }