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

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

package com.salesforceiq.augmenteddriver.web;

import org.openqa.selenium.SearchContext;

/**
 * Factory used by Guice to create AugmentedWebFunctions.
 */
public interface AugmentedWebFunctionsFactory {

    /**
     * Creates a AugmentedWebFunction based on a SearchContext.
     *
     * @param context the Selenium Context.
     * @return the AugmentedWebFunction.
     */
    AugmentedWebFunctions create(SearchContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy