public abstract class SeleniumSteps extends ApiSteps
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 |
|---|---|
static String |
CURRENT_PAGE |
protected InteractionLifecycleSteps |
lifecycleSteps |
static String |
QUERY_PARAMS |
protected StoryInteraction |
storyInteraction |
protected StoryInteractionParameterConverter |
storyInteractionParameterConverter |
protected WebDriverWrapper |
webDriverWrapper |
scenarioInteractionREQUEST_INTERACTION_KEY, RESPONSE_INTERACTION_KEY| Constructor and Description |
|---|
SeleniumSteps() |
| Modifier and Type | Method and Description |
|---|---|
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) |
clearRequest, recallRequest, recallResponse, rememberRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbaseUri, createRequest, createRequestWithBaseUriAndProxy, createRequestWithJsonConfig, determineStandardPortForScheme, jsonConfig, proxy, proxy, recallResponseAsMappublic static final String CURRENT_PAGE
public static final String QUERY_PARAMS
@Autowired protected WebDriverWrapper webDriverWrapper
@Autowired protected StoryInteraction storyInteraction
@Autowired protected InteractionLifecycleSteps lifecycleSteps
@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–2020. All rights reserved.