public interface WebDriverHandleFactory<T extends WebDriverHandle>
WebDriverHandles.| Modifier and Type | Method and Description |
|---|---|
T |
createDriverHandle(Map<String,String> criteria)
Creates WebDriverHandle matching given criteria.
|
T createDriverHandle(Map<String,String> criteria)
criteria - criteria affecting the to-be-created WebDriverHandle.
DriverInitializationException - when the creation and initialization of the driver failsCopyright © 2017. All Rights Reserved.