Skip to main content

Module real_browser

Module real_browser 

Source
Expand description

Launch genuine installed Chrome-family browsers and attach over CDP.

Structs§

BrowserProcess
Owned installed-browser process. Dropping it terminates the spawned browser.
RealBrowserLaunchResult
Browser/page handles plus metadata for the spawned installed browser.
RealBrowserOptions
Options for launching an installed browser and attaching over CDP.

Functions§

assert_dedicated_user_data_dir
Ensure Chrome is not asked to expose a known default profile over CDP.
build_real_browser_args
Build the protected command line for an installed browser process.
default_real_browser_user_data_dir
Return Browser Commander’s managed dedicated profile for a channel.
launch_and_connect_real_browser
Descriptive alias for launch_real_browser.
launch_real_browser
Launch a genuine installed browser with an isolated profile and attach.
resolve_system_browser_executable
Resolve a genuine installed Chrome-family browser executable.