-fi.remotesikulilibrary.0.0.4.source-code.RemoteSikuliLibrary Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remotesikulilibrary Show documentation
Show all versions of remotesikulilibrary Show documentation
A Robot Framework library + Java-agent for for Sikuli based UI testing
The newest version!
import org.robotframework.javalib.library.AnnotationLibrary;
public class RemoteSikuliLibrary extends AnnotationLibrary {
public RemoteSikuliLibrary() {
super("com/github/hi_fi/remotesikulilibrary/keywords/**");
}
}