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

com.epam.jdi.uitests.web.selenium.elements.base.IHasElement Maven / Gradle / Ivy

There is a newer version: 1.1.34
Show newest version
package com.epam.jdi.uitests.web.selenium.elements.base;

import com.epam.jdi.uitests.core.interfaces.base.IHasParent;
import org.openqa.selenium.WebElement;

/**
 * Created by Roman_Iovlev on 8/31/2016.
 */
public interface IHasElement extends IHasParent {
    WebElement getWebElement();
    void setWebElement(WebElement webElement);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy