Interface FirefoxBinaryProvider

  • All Known Implementing Classes:
    DefaultFirefoxBinaryProvider

    @Deprecated
    public interface FirefoxBinaryProvider
    Deprecated.
    You might want to run tests with different versions of Firefox. The implementations of this interface should return a FirefoxBinary instance.
    • Method Detail

      • getFirefoxBinary

        org.openqa.selenium.firefox.FirefoxBinary getFirefoxBinary()
        Deprecated.
        Creates a firefox binary (executable of firefox)
        Returns:
        firefox binary instance