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

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

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

import org.openqa.selenium.By;

public interface ISeleniumFrameCheckTarget {
    Integer getFrameIndex();
    String getFrameNameOrId();
    By getFrameSelector();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy