public class StandardDriverProducer extends Object implements IDriverProducer
Standard implementation of a producer for Selenium WebDriver objects
Copyright 2017 (C) by Martin Ganserer
| Constructor and Description |
|---|
StandardDriverProducer() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
getDriverInstance() |
void |
setProperties(SeleniumTestProperties properties) |
public void setProperties(SeleniumTestProperties properties)
setProperties in interface IDriverProducerpublic org.openqa.selenium.WebDriver getDriverInstance()
getDriverInstance in interface IDriverProducerCopyright © 2019. All rights reserved.