PlatformNavigator

Handles page navigation via WebView for the platform backend.

Surfacing load events, managing redirect chains, handling timeouts gracefully, and mapping network/platform errors onto ErrorCode.NAVIGATION_FAILED.

Constructors

Link copied to clipboard
constructor(session: PageSession, config: BrowserConfig)

Functions

Link copied to clipboard
suspend fun goto(url: String, waitUntil: WaitUntil = WaitUntil.Load, timeoutMillis: Long = 0): NavigationResult

Navigates the session's view to url and waits until waitUntil.