public class WebDriverFeature extends Object implements RunnerFeature
| Modifier and Type | Field and Description |
|---|---|
protected Browser |
browser |
protected Configuration |
config |
protected Class<? extends WebPage> |
home |
protected HomePage |
homepage |
| Constructor and Description |
|---|
WebDriverFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(FeaturesRunner runner,
com.google.inject.Binder binder)
Configures Guice bindings if any is required by the feature.
|
void |
initialize(FeaturesRunner runner)
Called when preparing to run the test class.
|
void |
stop(FeaturesRunner runner)
Before exiting the test.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterMethodRun, afterRun, afterTeardown, beforeMethodRun, beforeRun, beforeSetup, start, testCreatedprotected Configuration config
public WebDriverFeature()
public void initialize(FeaturesRunner runner) throws Exception
RunnerFeatureinitialize in interface RunnerFeatureExceptionpublic void configure(FeaturesRunner runner, com.google.inject.Binder binder)
RunnerFeatureconfigure in interface RunnerFeaturepublic void stop(FeaturesRunner runner)
RunnerFeaturestop in interface RunnerFeatureCopyright © 2018 Nuxeo. All rights reserved.