T - - the type of WebDriver returned.public abstract class WebDriverType<T extends org.openqa.selenium.WebDriver> extends Object
| Constructor and Description |
|---|
WebDriverType() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.remote.DesiredCapabilities |
getCapabilities() |
protected abstract org.openqa.selenium.remote.DesiredCapabilities |
getDefaultDriverCapabilities() |
abstract T |
getDriverImplementation()
Return a new instance of the WebDriver for this type.
|
abstract String |
getDriverTypeName() |
public abstract T getDriverImplementation()
Return a new instance of the WebDriver for this type.
Must return a new instance each time - must not cache.
public abstract String getDriverTypeName()
protected abstract org.openqa.selenium.remote.DesiredCapabilities getDefaultDriverCapabilities()
public org.openqa.selenium.remote.DesiredCapabilities getCapabilities()
Copyright © 2017. All rights reserved.