All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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