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

    Status: Answered => Open

Ke Chen is still having a problem:
no, I have already changed pom.xml a long ago, here is my pom

                 <dependency>
                        <groupId>com.sikulix</groupId>
                        <artifactId>sikulixapi</artifactId>
                        <version>1.1.1</version>
                </dependency>

What is wrong? why doesn't work? it can not find the image which exist
and also got from the screen?

Clicking on WebElement : [[RemoteWebDriver: chrome on MAC 
(dc9cb0cb3053f9b313687a54499a2669)] -> xpath: 
//div[contains(@class,'rightClickMenu')]//bt[text()='Edit']]
FindFailed: can not find 
P(/Users/keeche/Documents/workspace/BvClientTest/images/Standalone.png) S: 0.85 
in S(0)[0,0 1440x900]
  Line 2189, in file Region.java

        at org.sikuli.script.Region.handleFindFailedShowDialog(Region.java:2189)
        at org.sikuli.script.Region.handleFindFailed(Region.java:2134)
        at org.sikuli.script.Region.wait(Region.java:2546)
        at org.sikuli.script.Region.find(Region.java:2205)
        at 
bv.client.pages.meetx.legacy.DocumentsPage.clickOnImage(DocumentsPage.java:1470)
        at 
bv.client.test.meetx.legacy.TestEditNLink.verifyUninstalledEditLinkTest(TestEditNLink.java:60)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
        at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
        at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
        at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
        at 
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
        at org.testng.TestRunner.privateRun(TestRunner.java:756)
        at org.testng.TestRunner.run(TestRunner.java:610)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:382)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
        at org.testng.SuiteRunner.run(SuiteRunner.java:289)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
        at org.testng.TestNG.runSuites(TestNG.java:1133)
        at org.testng.TestNG.run(TestNG.java:1104)
        at 
org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:132)
        at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:230)
        at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:76)
verifyUninstalledEditLinkTest Failed
Apr 20, 2018 3:33:49 PM org.openqa.selenium.remote.DesiredCapabilities chrome
INFO: Using `new ChromeOptions()` is preferred to `DesiredCapabilities.chrome()`
Starting ChromeDriver 2.37.543654 (a46b62e9900f5ac48951f8ad68d9e03eded4cc8d) on 
port 30864

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to