← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #246694]: Sikuli with Selenium Java

 

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.