Package at.willhaben.willtest.config
Interface FirefoxConfigurationParticipant
-
- All Known Implementing Classes:
AdBlockerConfigurator,DefaultFirefoxConfigurationParticipant
@Deprecated public interface FirefoxConfigurationParticipantDeprecated.Can change the settings of a Firefox instance used by the tests.
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default voidadjustFirefoxBinary(org.openqa.selenium.firefox.FirefoxBinary firefoxBinary)Deprecated.It can adjust aFirefoxBinary.default voidadjustFirefoxProfile(org.openqa.selenium.firefox.FirefoxProfile firefoxProfile)Deprecated.It can adjust aFirefoxProfile.
-
-
-
Method Detail
-
adjustFirefoxProfile
default void adjustFirefoxProfile(org.openqa.selenium.firefox.FirefoxProfile firefoxProfile)
Deprecated.It can adjust aFirefoxProfile. It can load for example browser plugins.- Parameters:
firefoxProfile- the profile to be adjusted
-
adjustFirefoxBinary
default void adjustFirefoxBinary(org.openqa.selenium.firefox.FirefoxBinary firefoxBinary)
Deprecated.It can adjust aFirefoxBinary. For example it can set environment entries for the Firefox process- Parameters:
firefoxBinary- binary to be adjusted
-
-