public class FirefoxWebDriverType extends WebDriverType<org.openqa.selenium.firefox.FirefoxDriver>
WebDriverType implementation for Firefox.
Subclasses can override to alter the configuration or change the implementation.
| Constructor and Description |
|---|
FirefoxWebDriverType() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.remote.DesiredCapabilities |
getDefaultDriverCapabilities()
.
|
org.openqa.selenium.firefox.FirefoxDriver |
getDriverImplementation()
Return a new instance of the WebDriver for this type.
|
String |
getDriverTypeName()
.
|
org.openqa.selenium.firefox.FirefoxBinary |
getFirefoxBinary()
Get the FirefoxBinary to use.
|
org.openqa.selenium.firefox.FirefoxProfile |
getFirefoxProfile()
Get the Firefox Profile to use.
|
getCapabilitiespublic String getDriverTypeName()
getDriverTypeName in class WebDriverType<org.openqa.selenium.firefox.FirefoxDriver>public org.openqa.selenium.firefox.FirefoxDriver getDriverImplementation()
Return a new instance of the WebDriver for this type.
Must return a new instance each time - must not cache.
.getDriverImplementation in class WebDriverType<org.openqa.selenium.firefox.FirefoxDriver>public org.openqa.selenium.firefox.FirefoxBinary getFirefoxBinary()
public org.openqa.selenium.remote.DesiredCapabilities getDefaultDriverCapabilities()
getDefaultDriverCapabilities in class WebDriverType<org.openqa.selenium.firefox.FirefoxDriver>public org.openqa.selenium.firefox.FirefoxProfile getFirefoxProfile()
Copyright © 2016. All rights reserved.