public class DefaultDriverFactory extends Object implements DriverFactory
| Constructor and Description |
|---|
DefaultDriverFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMappingFor(org.openqa.selenium.Capabilities capabilities) |
org.openqa.selenium.WebDriver |
newInstance(org.openqa.selenium.Capabilities capabilities) |
void |
registerDriverProvider(DriverProvider driverProvider) |
public void registerDriverProvider(DriverProvider driverProvider)
registerDriverProvider in interface DriverFactorypublic org.openqa.selenium.WebDriver newInstance(org.openqa.selenium.Capabilities capabilities)
newInstance in interface DriverFactorypublic boolean hasMappingFor(org.openqa.selenium.Capabilities capabilities)
hasMappingFor in interface DriverFactorycapabilities - capabilities mapCopyright © 2015. All rights reserved.