← Back to team overview

sikuli-driver team mailing list archive

[Question #685870]: Not able to find text using findText() , if finding text have special character

 

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

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 "Refresh"  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.