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

com.salesforceiq.augmenteddriver.mobile.android.AugmentedAndroidElementFactory Maven / Gradle / Ivy

package com.salesforceiq.augmenteddriver.mobile.android;

import org.openqa.selenium.WebElement;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy