public abstract class SeleniumSteps extends Object
Copyright (c) 2018 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 LifecycleSteps |
lifecyleSteps |
protected ScenarioInteraction |
scenarioInteraction |
protected StoryInteraction |
storyInteraction |
protected StoryInteractionParameterConverter |
storyInteractionParameterConverter |
protected WebDriverWrapper |
webDriverWrapper |
| Constructor and Description |
|---|
SeleniumSteps() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
appendQueryParams(String url,
Map<String,String> queryParams) |
protected String |
appendUrl(String url,
String... appenders) |
protected <T extends Page> |
createExpectedPage(Class<T> expectedPage) |
protected <T extends Page> |
getCurrentPage() |
protected <T> Map<String,T> |
getMapFromStoryInteraction() |
protected String |
getUrlWithHost(String hostIncludingPort,
String path) |
protected String |
getUrlWithHost(String hostIncludingPort,
String contextPath,
String path) |
protected String |
getUrlWithHost(String hostIncludingPort,
String contextPath,
String path,
Map<String,String> queryParams) |
protected Map<String,String> |
mapQueryParam() |
protected void |
open(String url) |
@Autowired protected WebDriverWrapper webDriverWrapper
@Autowired protected StoryInteraction storyInteraction
@Autowired protected ScenarioInteraction scenarioInteraction
@Autowired protected LifecycleSteps lifecyleSteps
@Autowired protected StoryInteractionParameterConverter storyInteractionParameterConverter
protected <T extends Page> T getCurrentPage()
protected String getUrlWithHost(String hostIncludingPort, String contextPath, String path)
protected String getUrlWithHost(String hostIncludingPort, String contextPath, String path, Map<String,String> queryParams)
protected void open(String url)
Copyright © 2017–2019. All rights reserved.