@Deprecated public interface FirefoxConfigurationParticipant
| Modifier and Type | Method and Description |
|---|---|
default void |
adjustFirefoxBinary(org.openqa.selenium.firefox.FirefoxBinary firefoxBinary)
Deprecated.
It can adjust a
FirefoxBinary. |
default void |
adjustFirefoxProfile(org.openqa.selenium.firefox.FirefoxProfile firefoxProfile)
Deprecated.
It can adjust a
FirefoxProfile. |
default void adjustFirefoxProfile(org.openqa.selenium.firefox.FirefoxProfile firefoxProfile)
FirefoxProfile. It can load for example browser plugins.firefoxProfile - the profile to be adjusteddefault void adjustFirefoxBinary(org.openqa.selenium.firefox.FirefoxBinary firefoxBinary)
FirefoxBinary. For example it can set environment entries for the Firefox processfirefoxBinary - binary to be adjustedCopyright © 2018 willhaben internet service GmbH & Co KG. All rights reserved.