pl.wendigo.chrome.domain.input / InsertTextRequest

InsertTextRequest

data class InsertTextRequest (source)

Represents request frame that can be used with Input.insertText method call.

This method emulates inserting text that doesn't come from a key press, for example an emoji keyboard or an IME.

Constructors

<init>

InsertTextRequest(text: String)

Represents request frame that can be used with Input.insertText method call.

Properties

text

val text: String

The text to insert.