sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24305
Re: [Question #244178]: How to pair AutoIT with Sikuli. i am new to this Sikuli. Please help me
Question #244178 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244178
Status: Open => Answered
obiwan-92 proposed the following answer:
Hum...
I didn't know that AutoIT have an OCR. I believe it was just working with the windows alias.
Well, I have no idea how I can help you so far. What did you do and what are yours real problems ?
Maybe you can launch your AutoIT with the jython command inside Sikuli.
Just to help you, did you try to use the magic function :
def getText():
type('c', KeyModifier.CTRL)
text = Env.getClipboard()
It's use the cilpboard of your system to get the selected text and get
it in "text" in runtime.
Regards.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.