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