pl.wendigo.chrome.protocol / RequestFrame

RequestFrame

data class RequestFrame (source)

Represents request frame.

Constructors

<init>

RequestFrame(id: Long, sessionId: String? = null, method: String, params: Any?)

Represents request frame.

Properties

id

val id: Long

Request id, must be unique.

method

val method: String

Protocol method (domain.method_name i.e. Page.navigateTo)

params

val params: Any?

Request params (if any)

sessionId

val sessionId: String?

Session ID for Target's flatten mode requests (see http://crbug.com/991325).