SendMessageToTargetRequest

@Serializable
data class SendMessageToTargetRequest(val message: String, val sessionId: SessionID? = null, val targetId: TargetID? = null)

Deprecated

Deprecated in the Chrome DevTools protocol

Request object containing input parameters for the TargetDomain.sendMessageToTarget command.

Constructors

Link copied to clipboard
constructor(message: String, sessionId: SessionID? = null, targetId: TargetID? = null)

Types

Link copied to clipboard
class Builder(val message: String)

A builder for SendMessageToTargetRequest, which allows setting the optional parameters of the TargetDomain.sendMessageToTarget command via a lambda.

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val sessionId: SessionID? = null

Identifier of the session.

Link copied to clipboard
val targetId: TargetID? = null

Deprecated.