public class WebDriverLifecycleSteps extends Object
Copyright (c) 2019 Daniel Keiss, Deutsche Telekom AG This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
| Modifier and Type | Field and Description |
|---|---|
protected BrowserDriverUpdater |
browserDriverUpdater |
protected CurrentStory |
currentStory |
protected CustomizingStories |
customizingStories |
protected WebDriverWrapper |
webDriverWrapper |
| Constructor and Description |
|---|
WebDriverLifecycleSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
quitBrowserAfterScenario() |
void |
quitBrowserAfterStories() |
void |
quitBrowserAfterStory() |
void |
setAlternativeWebDriverConfiguration() |
void |
updateDriver() |
@Autowired protected CurrentStory currentStory
@Autowired protected CustomizingStories customizingStories
@Autowired protected WebDriverWrapper webDriverWrapper
@Autowired protected BrowserDriverUpdater browserDriverUpdater
@BeforeStories public void updateDriver()
@BeforeStory public void setAlternativeWebDriverConfiguration()
@AfterScenario public void quitBrowserAfterScenario()
@AfterStory public void quitBrowserAfterStory()
@AfterStories public void quitBrowserAfterStories()
Copyright © 2017–2020. All rights reserved.