Skip to main content
Latest
class FrameManager
extends EventEmitter
Re-export
import { FrameManager } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.js";

A frame manager manages the frames for a given Page | page.

Constructors

new
FrameManager(
client: CDPSession,
page: Page,
ignoreHTTPSErrors: boolean,
timeoutSettings: TimeoutSettings,
)

Properties

private
setupEventListeners
readonly
client: CDPSession
readonly
networkManager: NetworkManager
readonly
timeoutSettings: TimeoutSettings

Methods

executionContextById(contextId: number, session?: CDPSession): ExecutionContext
frame(frameId: string): Frame | null
initialize(targetId: string, client?: CDPSession): Promise<void>
onAttachedToTarget(target: Target): void