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

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

package com.salesforceiq.augmenteddriver.mobile.ios;

import org.openqa.selenium.SearchContext;

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

    /**
     * Creates an AugmentedIOSFunctions based on a context (Driver or WebElement).
     *
     * @param context the context to use.
     * @return the AugmentedIOSFunctions.
     */
    AugmentedIOSFunctions create(SearchContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy