Package-level declarations
Types
Link copied to clipboard
class CDPException(val method: String, val code: Int, val originalMessage: String, val data: String?)
Exception thrown when the browser responds with an error to a CDP command.
Link copied to clipboard
Link copied to clipboard
annotation class InternalCdpApi
Link copied to clipboard
Base type for any message exchanged with the Chrome DevTools Protocol (CDP).
Link copied to clipboard
object Serialization