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

paste

open fun paste(text: String): Int

Overrides ISikuliRegion.paste

Pastes the given text into the current caret position.

Parameters

text - Text to paste.

Return
1 if possible, 0 otherwise.

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

Overrides ISikuliRegion.paste

Pastes the given text into the target.

Parameters

target - Target to paste into

text - Text to paste.

Return
1 if possible, 0 otherwise.