public class DriverProducerFactory extends Object
Factory for objects that create and initialize a Selenium WebDriver. The producer that should be used can be selected by the 'DRIVER_PRODUCER_CLASS' property in the test.properties file.
Copyright 2017 (C) by Martin Ganserer
| Modifier and Type | Method and Description |
|---|---|
static IDriverProducer |
getDriverProducer(SeleniumTestProperties properties) |
public static IDriverProducer getDriverProducer(SeleniumTestProperties properties)
properties - RuntimeException - if the Selenium WebDriver producer could not be initializedCopyright © 2019. All rights reserved.