@Deprecated public class DefaultFirefoxConfigurationParticipant<D extends org.openqa.selenium.WebDriver> extends Object implements FirefoxConfigurationParticipant, WebDriverConfigurationParticipant<D>
| Constructor and Description |
|---|
DefaultFirefoxConfigurationParticipant()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDesiredCapabilities(org.openqa.selenium.remote.DesiredCapabilities desiredCapabilities)
Deprecated.
Can add desired capabilities to a
WebDriver before it gets created. |
void |
adjustFirefoxBinary(org.openqa.selenium.firefox.FirefoxBinary firefoxBinary)
Deprecated.
It can adjust a
FirefoxBinary. |
void |
adjustFirefoxProfile(org.openqa.selenium.firefox.FirefoxProfile firefoxProfile)
Deprecated.
It can adjust a
FirefoxProfile. |
void |
postConstruct(D webDriver)
Deprecated.
Moves window to the first display, and maximizes there.
|
public DefaultFirefoxConfigurationParticipant()
public void adjustFirefoxBinary(org.openqa.selenium.firefox.FirefoxBinary firefoxBinary)
FirefoxConfigurationParticipantFirefoxBinary. For example it can set environment entries for the Firefox processadjustFirefoxBinary in interface FirefoxConfigurationParticipantfirefoxBinary - binary to be adjustedpublic void adjustFirefoxProfile(org.openqa.selenium.firefox.FirefoxProfile firefoxProfile)
FirefoxConfigurationParticipantFirefoxProfile. It can load for example browser plugins.adjustFirefoxProfile in interface FirefoxConfigurationParticipantfirefoxProfile - the profile to be adjustedpublic void addDesiredCapabilities(org.openqa.selenium.remote.DesiredCapabilities desiredCapabilities)
WebDriverConfigurationParticipantWebDriver before it gets created.addDesiredCapabilities in interface WebDriverConfigurationParticipant<D extends org.openqa.selenium.WebDriver>desiredCapabilities - desired capabilities object, which can be adjustedpublic void postConstruct(D webDriver)
postConstruct in interface WebDriverConfigurationParticipant<D extends org.openqa.selenium.WebDriver>webDriver - webdriver to be changedWebDriverConfigurationParticipant.postConstruct(WebDriver)Copyright © 2019 willhaben internet service GmbH & Co KG. All rights reserved.