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

com.applitools.eyes.selenium.fluent.IGetSeleniumRegion Maven / Gradle / Ivy

The newest version!
package com.applitools.eyes.selenium.fluent;

import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;

import java.util.List;

public interface IGetSeleniumRegion {
    List getElements(WebDriver driver);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy