Question #246694 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/246694

    Status: Needs information => Open

Atul Mirvankar gave more information on the question:
As I have mentioned in the description "deskIcon" is the location where
I have kept all the images.

I am able to click on Calculator's button using my code.
click(some_image, 100) means that "click on the image and wait for 100
milliseconds before next click.

By using deskIcon.getProperty("Calc_Scrn").contains("200") in If
condition I want to validate that "IF THE "Calc_Scrn" (image) CONTAINS
VALUE 200 THEN PRINT PASS OR PRINT FAIL."

Actually, I don't know how to get and validate the value in "Calc_Scrn"
(image).

For more specification I am trying the below program:

Open Calculator -> Click on 1 -> Click on 0 -> Click on 0 -> Click on +
-> Click on 1 -> Click on 0 -> Click on 0 -> Click on = (The answer
appears is 200. Now If the value in answer text box is 200 then print
PASS else print FAIL.


Thanks.

-- 
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

Reply via email to