sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34423
[Question #270965]: Not able to click on a button - desktop application
New question #270965 on Sikuli:
https://answers.launchpad.net/sikuli/+question/270965
Hi,
I used below code to click on a button - But the testcase executed successfully and could not be able to click on button, what might be the reason ? Can any one please give me the solution for it ?
Screen scr = new Screen();
Region reg = scr.find("resources/NextButton.PNG");
reg.highlight(1);
Thread.sleep(3000);
scr.click("resources//Next.PNG");
Thanks & Regards,
Suman
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.