sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10870
[Question #199027]: text search problem when .text() proves it is there
New question #199027 on Sikuli:
https://answers.launchpad.net/sikuli/+question/199027
I realize there are text search problems with sikuli currently. but I've got one that really baffles me.
I've selected a region of the screen, and then displayed the text in it:
print(scnAct3.text())
this shows:
A
Add Work
I'm not certain where the "A" is coming from, but clearly the "Add Work" string is present in the region and the ocr is processing it just fine. The VERY next command in my script is:
scnAct3.click("Work")
which results in the following error:
org.sikuli.script.FindFailed: FindFailed: can not find Work on the screen.
Like I said, I understand the OCR is a bit flaky right now, but once the OCR has actually correctly identified some text, shouldn't I be able to click on it? Am I missing some obvious and important step here?
Sikuli is a really cool tool, but I seem to be stuck on this point. Any help will be greatly appreciated.
thanks!
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.