Skip to main content
Version: Next

IBrowserLaunchContext

The subset of the browser-pool LaunchContext that IBrowserController exposes. Other fields are only available on the concrete LaunchContext class.

Index

Properties

optionalfingerprint

fingerprint?: unknown

The fingerprint applied to the browser, if fingerprinting is enabled. Typed as unknown here; cast to the concrete LaunchContext if you need the structured shape.

optionallaunchOptions

launchOptions?: Dictionary

The actual options the browser was launched with, after pre-launch hooks.

optionalproxyUrl

proxyUrl?: string

The proxy URL the browser was launched with, if any.

optionaluseIncognitoPages

useIncognitoPages?: boolean

true if each page in this browser uses its own context.