Package-level declarations

Types

Link copied to clipboard
object ChromeDP

This is the entry point of the interactions with a Chrome browser.

Functions

Link copied to clipboard
suspend fun HttpClient.connectChromeDebugger(wsOrHttpUrl: String, sessionContext: CoroutineContext = EmptyCoroutineContext): BrowserSession

Connects to the Chrome debugger at the given wsOrHttpUrl (either web socket or HTTP), opening a BrowserSession.