← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #202951]: Locating a text in window

 

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

RaiMan proposed the following answer:
This is the problem with current implementation of find("some_text").

You might make the results better, by restricting the region to a grid
cell.

And you can try to turn it around by using

text = grid_cell_region.text()

and the compare the returned text string with your expected value.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.