sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52377
Re: [Question #683185]: How can I make sikuli find text on Region and type the same thing as a text its find?
Question #683185 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/683185
Status: Open => Solved
Parsawit Deshwattanatham confirmed that the question is solved:
I look around for half a day and this code is the way out for me!
x = capture(Region)
new_reg = find(x)
type(new_reg.text())
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.