Question #246694 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/246694

    Status: Open => Answered

RaiMan proposed the following answer:
This is an alternative to evaluate the result area:

App("Calculator").focus()
Region regResult = App.focusedWindow().grow(-22, -22, -70, -220)
regResult.highlight(2)
String result = regResult.text()

-- 
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

Reply via email to