sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53389
[Bug 1706508] Re: [check] find, exists with text with underscore does find full text
** Summary changed:
- [1.1.x] find, exists with text with underscore does find full text
+ [check] find, exists with text with underscore does find full text
** Changed in: sikuli
Milestone: 2.0.0 => 2.0.1
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1706508
Title:
[check] find, exists with text with underscore does find full text
Status in Sikuli:
In Progress
Bug description:
There are many known problems with the standard use of text search and
OCR based on Tesseract in version 1. This will only be addressed later
in version 2.
Users of SikuliX 1.1.x have to live with the weaknesses of the
feature.
-----------------------------------------------------
Sikuli version 1.1.1
windows 10 64-bit
procedure:
in notepad create 2 lines:
somethinghippyfox
sheep_elephant
run this code:
click_next = exists('sheep_elephant')
if click_next:
print("found")
else:
print("can not find")
Script will not find 'sheep_elephant'. Script will find
'somethinghippfox' and 'sheep_e'
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1706508/+subscriptions
References