Package-level declarations

Types

Link copied to clipboard
class PageImpl : Page

Implementation of Page that delegates operations across engines via BackendRouter.

Link copied to clipboard
class PageSession(val context: Context, val viewport: Viewport?, val config: BrowserConfig, parentJob: Job? = null, val registry: SessionRegistry = SessionRegistry())

Manages the lifecycle, thread safety, state transitions, and ordered teardown of a single page session.

Link copied to clipboard

Counts what happened to a set of sessions.

Link copied to clipboard

Lifecycle states of a page session.