sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28464
Re: [Question #254984]: SIKULI with Eclipse in Mac for iOS native mobile application Automation
Question #254984 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/254984
Priyanka posted a new comment:
HI .
I am able to install sikuli successfully on my machine. Now I am trying
to click on a button on my simulator .I have saved the image of the
button and I am trying to click on the same using sikuli. But I am
getting the below error message :
Sep 25, 2014 2:43:15 PM com.emn.automation.commonlib.CoreActions setValue
INFO: Click operation is performed successfully on the locator : name=Friends
[info] Sikuli vision engine loaded.
FindFailed: File Invite.png not exists
Line ?, in File ?
at org.sikuli.script.Region.wait(Region.java:502)
at com.emn.automation.test_mobileiOS.Friends.displayFriendsTest(Friends.java:74)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
at org.testng.TestNG.run(TestNG.java:1057)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:111)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:204)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:175)
Sep 25, 2014 2:43:31 PM com.emn.automation.commonlib.CoreActions checkElement
Please help on this.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.