sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25432
Re: [Question #246694]: Sikuli with Selenium Java
Question #246694 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/246694
Status: Answered => Open
Atul Mirvankar is still having a problem:
Your suggestions are helping but I am still not able to read the value.
I have written below code to read the value:
if (scrn.find(deskIcon.getProperty("Calc_Scrn")).text().equals("200")){
//scrn.find(deskIcon.getProperty("Calc_Scrn")).inside().text().contains("200")
System.out.println("Pass");
}
else{
System.out.println("Fail");
But when I Watch scrn.find(deskIcon.getProperty("Calc_Scrn")).text()
It says --no text--
And when I trie dto watch
scrn.find(deskIcon.getProperty("Calc_Scrn")).text().equals("200")
It says False.
This is the only propblem I am facing now.
Please help me with this.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.