skrypton-api / com.waicool20.skrypton.sikulix / ISikuliRegion / paste

paste

abstract fun paste(text: String): Int

Pastes the given text into the current caret position.

Parameters

text - Text to paste.

Return
1 if possible, 0 otherwise.

abstract fun <PFRML : Any> paste(target: PFRML, text: String): Int

Pastes the given text into the target.

Parameters

target - Target to paste into

text - Text to paste.

Return
1 if possible, 0 otherwise.