pl.wendigo.chrome.api.input / InsertTextRequest

InsertTextRequest

data class InsertTextRequest (source)

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

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

Link
Input#insertText method documentation.

See Also

InputOperations.insertText

Constructors

<init>

InsertTextRequest(text: String)

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

Properties

text

val text: String

The text to insert.