
com.applitools.eyes.selenium.fluent.ISeleniumFrameCheckTarget Maven / Gradle / Ivy
package com.applitools.eyes.selenium.fluent;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
public interface ISeleniumFrameCheckTarget extends IScrollRootElementContainer {
Integer getFrameIndex();
String getFrameNameOrId();
By getFrameSelector();
WebElement getFrameReference();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy