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

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

There is a newer version: 3.36
Show newest version
package com.applitools.eyes.selenium.fluent;

import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;

import java.util.List;

public interface ISeleniumCheckTarget {
    By getTargetSelector();
    WebElement getTargetElement();
    List getFrameChain();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy