-fi.robotframework-seleniumlibrary.2.53.1.0.source-code.SeleniumLibrary Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework-seleniumlibrary Show documentation
Show all versions of robotframework-seleniumlibrary Show documentation
Java port of the Python based SeleniumLibrary for Robot Framework
public class SeleniumLibrary extends com.github.markusbernhardt.seleniumlibrary.SeleniumLibrary {
public SeleniumLibrary(String timeout, String implicitWait, String runOnFailure) {
super(timeout, implicitWait, runOnFailure);
}
public SeleniumLibrary(String timeout, String implicitWait) {
super(timeout, implicitWait);
}
public SeleniumLibrary(String timeout) {
super(timeout);
}
public SeleniumLibrary() {
super();
}
}