public interface Extension
Extensions are classes which are loaded through the generic ExtensionFactory.getExtension().
Modifier and Type | Method and Description |
---|---|
void |
init(Driver driver,
Properties properties)
Initialize the extension using the given properties.
|
void init(Driver driver, Properties properties)
Extensions may register to events during the init phase.
driver
- properties
- Copyright © 2008–2018. All rights reserved.