i am not able to click on a text which exists twice on the same page

Asked by ujwala

I am new to sikuli please help to resolve this issue
my UI is something like enter a text in the search edit box and press search button .Once u find the text in the search list click on the text.

Sikuli is pointing to the text which i entered in the search edit box.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
ujwala
Solved:
Last query:
Last reply:
Revision history for this message
ujwala (ujwalaneeli) said :
#1

the problem is solved i have given the wait() command now its working fine

type("earch text box","ujuj")
click("search button")
wait(1)
click("text image")