com.epam.jdi.uitests.web.selenium.elements.base.IHasElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdi-uitest-web Show documentation
Show all versions of jdi-uitest-web Show documentation
Epam UI Automation framework package for Web
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