open fun paste(text: String): Int
Overrides ISikuliRegion.paste
Pastes the given text into the current caret position.
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.
Return
1 if possible, 0 otherwise.