Question #153884 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/153884
RaiMan posted a new comment: I do not really understand what you mean, but saying paste(some_list[some_index]) pastes the string content of list element some_list[some_index] to the window element, that currently has the input focus. Internally paste() moves the content of the given string to the clipboard (and so corrupting it ;-) and uses ctrl/cmd-v to paste it. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

