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

com.salesforceiq.augmenteddriver.web.AugmentedWebElementFactory Maven / Gradle / Ivy

package com.salesforceiq.augmenteddriver.web;

import org.openqa.selenium.WebElement;

/**
 * Factory used by Gucie to create AugmentedWebElements.
 */
public interface AugmentedWebElementFactory {

    /**
     * Creates an AugmentedWebElement based on a WebElement.
     *
     * @param webElement The WebElement to use.
     * @return the AugmentedWebElement.
     */
    AugmentedWebElement create(WebElement webElement);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy