public class FirefoxConfiguration<D extends org.openqa.selenium.WebDriver> extends Object
WebDriverConfigurationParticipant enables to change. Builds the output of
FirefoxConfigurationParticipant instances together into a FirefoxProfile, and
takes care of calling FirefoxBinaryProvider to get a FirefoxBinary.
FirefoxConfigurationParticipant instances can also change the settings of the FirefoxBinary.| Constructor and Description |
|---|
FirefoxConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FirefoxConfiguration<D> |
addFirefoxConfigurationParticipant(FirefoxConfigurationParticipant firefoxConfigurationParticipant)
Adds a
FirefoxConfigurationParticipant to the list. |
org.openqa.selenium.firefox.FirefoxBinary |
getFirefoxBinary() |
protected List<FirefoxConfigurationParticipant> |
getFirefoxConfigurationParticipantList() |
org.openqa.selenium.firefox.FirefoxProfile |
getFirefoxProfile() |
void |
setFirefoxBinaryProvider(FirefoxBinaryProvider firefoxBinaryProvider) |
public void setFirefoxBinaryProvider(FirefoxBinaryProvider firefoxBinaryProvider)
public FirefoxConfiguration<D> addFirefoxConfigurationParticipant(FirefoxConfigurationParticipant firefoxConfigurationParticipant)
FirefoxConfigurationParticipant to the list. This participant will be called before creating
the actual firefox browser, and it can influence the FirefoxProfilefirefoxConfigurationParticipant - the participant to be addedprotected List<FirefoxConfigurationParticipant> getFirefoxConfigurationParticipantList()
public org.openqa.selenium.firefox.FirefoxBinary getFirefoxBinary()
public org.openqa.selenium.firefox.FirefoxProfile getFirefoxProfile()
Copyright © 2018 willhaben internet service GmbH & Co KG. All rights reserved.