sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07787
Re: [Question #183100]: Want to click on the page footer links
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.