New question #160681 on Sikuli:
https://answers.launchpad.net/sikuli/+question/160681
I want to search a string in my Emulator Screen,I am using Sikuli in Java.
i Tried below method's but all returned null:
s is object of screen & String to be searched in region is passed as String.
1) Region Question=s.exists("What city",2);
2)Region Question=s.getRegionFromPSRM("What City");
HOW can we change/set the Similarity for a String to be searched??
Actually my requirement is :
Some questions(Random) will be generated in Screen from a group of Question's
in database.
So i will get a question from my Database & then i need to search a that
Question in screen & then provide a correct Answer for that.
Please let me know a method to find a particular string in Screen.
or a Method to Solve my Problem.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp