![JAR search and dependency download from the Maven repository](/logo.png)
org.cauli.ui.selenium.element.Button Maven / Gradle / Ivy
package org.cauli.ui.selenium.element;
import org.cauli.ui.selenium.browser.IBrowser;
public class Button extends CauliElement {
public Button(IBrowser browser) {
super(browser);
}
public Button(IBrowser browser, String location) {
super(browser, location);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy