pl.wendigo.chrome.domain.runtime / ConsoleAPICalledEvent

ConsoleAPICalledEvent

data class ConsoleAPICalledEvent : ProtocolEvent (source)

Represents event frames for Runtime.consoleAPICalled

Issued when console API was called.

Constructors

<init>

ConsoleAPICalledEvent(type: String, args: List<RemoteObject>, executionContextId: ExecutionContextId, timestamp: Timestamp, stackTrace: StackTrace? = null)

Represents event frames for Runtime.consoleAPICalled

Properties

args

val args: List<RemoteObject>

Call arguments.

executionContextId

val executionContextId: ExecutionContextId

Identifier of the context where the call was made.

stackTrace

val stackTrace: StackTrace?

Stack trace captured when the call was made.

timestamp

val timestamp: Timestamp

Call timestamp.

type

val type: String

Type of the call.

Inherited Functions

protocolDomain

fun protocolDomain(): String