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

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

package com.applitools.eyes.selenium.fluent;

import com.applitools.eyes.selenium.CheckState;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;

import java.util.List;

public interface ISeleniumCheckTarget extends IScrollRootElementContainer, ImplicitInitiation {
    By getTargetSelector();
    WebElement getTargetElement();
    List getFrameChain();
    CheckState getState();
    void setState(CheckState state);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy