Question #242529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242529
obiwan-92 proposed the following answer:
Hello !
Like RaiMan said, the OCR is not very effective.
But you can use your clipboard :
when you have selected your row properties :
type('a', KeyModifier.CTRL) # to select all
type('c', KeyModifier.CTRL) # send it to the clipboard
row = Env.getClipboard()
I don't test it but, it should be work ;-)
Regards
--
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