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

    Status: Answered => Solved

Atin Chak confirmed that the question is solved:
Thanks RaiMan,

I have solved this problem , I used wheel function and created a new
function for this.

while( ! clipExist(screen, "images/GoogleLink.png"))
  {
   screen.wheel(1 , 3);
   if(clipExist(screen, "images/Next.png"))
   {
    screen.click("images/Next.png", 0);
    break;
   }
  }

GoogleLink.png : This is page footer image.
Next.png: This is the link where I wanted to click.

Thanks,
Atin

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