sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53123
Re: [Question #685870]: Not able to find text using findText() , if finding text have special character
Question #685870 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/685870
Description changed to:
Not able to find text using findText() , if finding text have special
character
Example:
I can find the text "Refresh" using below code: (Working)
Screen s = new Screen();
s.findText("Refresh").click();
I could not find the text "Bord Info..." using below code: ( Not Working)
Screen s = new Screen();
s.findText("Bord Info...").click();
Can you please any one advise me how to resolve the issue?
Thanks in Advance,
Sakthi
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.