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

com.nordstrom.automation.selenium.model.RobustWebElement Maven / Gradle / Ivy

Go to download

Selenium3 Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium 3.0 (WebDriver).

There is a newer version: 1.0.4
Show newest version
package com.nordstrom.automation.selenium.model;

import org.openqa.selenium.WebElement;

/**
 * This interface declares the public API for "robust" web elements, adding the reference-refreshing methods of the
 * {@link ReferenceFetcher} interface to the standard {@link WebElement} interface.
 */
public interface RobustWebElement extends WebElement, ReferenceFetcher {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy