Send Message To Target Request
data class SendMessageToTargetRequest(message: String, sessionId: SessionID?, targetId: TargetID?)
Content copied to clipboard
Represents request frame that can be used with Target#sendMessageToTarget operation call.
Sends protocol message over session with given id. Consider using flat mode instead; see commands attachToTarget, setAutoAttach, and crbug.com/991325.
See also
Constructors
SendMessageToTargetRequest
Link copied to clipboard
fun SendMessageToTargetRequest(message: String, sessionId: SessionID? = null, targetId: TargetID? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard