← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #680659]: I am not able to find the Text on screen

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
That is all you need for version 1.1.4

Remove anything else referencing SikuliX.

  <repositories>
    <repository>
      <id>sonatype-ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>com.sikulix</groupId>
      <artifactId>sikulixapi</artifactId>
      <version>1.1.4-SNAPSHOT</version>
    </dependency>
  </dependencies>

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.