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

at.willhaben.willtest.config.FirefoxBinaryProvider Maven / Gradle / Ivy

There is a newer version: 3.1.10
Show newest version
package at.willhaben.willtest.config;

import org.openqa.selenium.firefox.FirefoxBinary;

/**
 * You might want to run tests with different versions of Firefox. The implementations of this interface should
 * return a {@link FirefoxBinary} instance.
 */
@Deprecated
public interface FirefoxBinaryProvider {

    /**
     * Creates a firefox binary (executable of firefox)
     *
     * @return firefox binary instance
     */
    FirefoxBinary getFirefoxBinary();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy