com.applitools.eyes.selenium.fluent.IGetSeleniumRegion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-selenium-common-java3 Show documentation
Show all versions of eyes-selenium-common-java3 Show documentation
Applitools Eyes SDK base for Java
The newest version!
package com.applitools.eyes.selenium.fluent;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.openqa.selenium.WebElement;
import java.util.List;
public interface IGetSeleniumRegion {
@JsonIgnore
List getElements();
}