← Back to team overview

sikuli-driver team mailing list archive

[Question #173220]: Find with text or string fails

 

New question #173220 on Sikuli:
https://answers.launchpad.net/sikuli/+question/173220

Hi,

I am trying to find a text on the screen and facing the following problems

1. I am doing something like reg=find("User ID") but this find fails.
When i give image as an input it finds the location and then i extract the text print reg.text(). it returns the correct text which i initally used in find method. 

2. There are multiple locations where the same text is used but with different font size. 
So, i did 
fd=findAll("XYZ")
for i in fd


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