← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #242529]: text() is being temperamental

 

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.