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

Using sikuli i want to click on a particular icon and then click on a 
particular button that appears after clicking on the previous icon.
code:
Screen s=new Screen(0)
s.click("icon.png") ----> Particular Icon on the screen
 
Region r1=s.exist("scrn.png") -------> A new image loads up
r1.click("button.png") -----> click on the new button

*
i am not able to click on the button, sikuli takes the  mouse pointer to a 
different location than the location of the actual button.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to