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

com.salesforceiq.augmenteddriver.mobile.ios.AugmentedIOSElementFactory Maven / Gradle / Ivy

package com.salesforceiq.augmenteddriver.mobile.ios;

import org.openqa.selenium.WebElement;

/**
 * Guice Factory.
 */
public interface AugmentedIOSElementFactory {

    /**
     * Creates an AugmentedIOSElement based on a generic WebElement.
     *
     * @param webElement the Generic WebElement.
     * @return the AugmentedIOSElement that wraps the WebElement.
     */
    AugmentedIOSElement create(WebElement webElement);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy