rkusbernhardt.robotframework-selenium2library-java.1.4.0.7.source-code.Selenium2Library Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework-selenium2library-java Show documentation
Show all versions of robotframework-selenium2library-java Show documentation
Java port of the Selenium 2 (WebDriver) Python library for Robot Framework
public class Selenium2Library extends com.github.markusbernhardt.selenium2library.Selenium2Library {
public Selenium2Library(String timeout, String implicitWait, String runOnFailure) {
super(timeout, implicitWait, runOnFailure);
}
public Selenium2Library(String timeout, String implicitWait) {
super(timeout, implicitWait);
}
public Selenium2Library(String timeout) {
super(timeout);
}
public Selenium2Library() {
super();
}
}