| Modifier and Type | Method and Description |
|---|---|
static Http |
Http.forUrl(Logger logger,
String url) |
static Match |
Match.withHttp(Logger logger) |
| Constructor and Description |
|---|
StepActions(FeatureContext featureContext,
CallContext callContext,
Scenario scenario,
Logger logger) |
| Modifier and Type | Field and Description |
|---|---|
Logger |
ScenarioExecutionUnit.logger |
Logger |
ScenarioContext.logger |
| Modifier and Type | Method and Description |
|---|---|
ScenarioContext |
ScenarioContext.copy(ScenarioInfo info,
Logger logger) |
LogAppender |
ExecutionContext.getLogAppender(String suffix,
Logger logger) |
List<ScenarioExecutionUnit> |
Feature.getScenarioExecutionUnits(ExecutionContext exec,
Logger logger) |
void |
FeatureExecutionUnit.init(Logger logger) |
static boolean |
FeatureExecutionUnit.isSelected(FeatureContext fc,
Scenario scenario,
Logger logger) |
| Constructor and Description |
|---|
ScenarioContext(FeatureContext featureContext,
CallContext call,
Scenario scenario,
Logger logger) |
ScenarioExecutionUnit(Scenario scenario,
List<StepResult> results,
ExecutionContext exec,
Logger logger) |
ScenarioExecutionUnit(Scenario scenario,
List<StepResult> results,
ExecutionContext exec,
ScenarioContext backgroundContext,
Logger logger) |
| Modifier and Type | Field and Description |
|---|---|
Logger |
DriverOptions.driverLogger |
protected Logger |
WebDriver.logger |
Logger |
DriverOptions.logger |
protected Logger |
AppiumDriver.logger |
protected Logger |
DevToolsDriver.logger |
Logger |
DriverOptions.processLogger |
| Modifier and Type | Method and Description |
|---|---|
static Driver |
DriverOptions.start(ScenarioContext context,
Map<String,Object> options,
Logger logger) |
| Constructor and Description |
|---|
DriverOptions(ScenarioContext context,
Map<String,Object> options,
Logger logger,
int defaultPort,
String defaultExecutable) |
| Modifier and Type | Method and Description |
|---|---|
static AndroidDriver |
AndroidDriver.start(ScenarioContext context,
Map<String,Object> map,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static Chrome |
Chrome.start(ScenarioContext context,
Map<String,Object> map,
Logger logger) |
static ChromeWebDriver |
ChromeWebDriver.start(ScenarioContext context,
Map<String,Object> map,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static MicrosoftWebDriver |
MicrosoftWebDriver.start(ScenarioContext context,
Map<String,Object> map,
Logger logger) |
static EdgeDevToolsDriver |
EdgeDevToolsDriver.start(ScenarioContext context,
Map<String,Object> map,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static GeckoWebDriver |
GeckoWebDriver.start(ScenarioContext context,
Map<String,Object> map,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static IosDriver |
IosDriver.start(ScenarioContext context,
Map<String,Object> map,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static SafariWebDriver |
SafariWebDriver.start(ScenarioContext context,
Map<String,Object> map,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static WinAppDriver |
WinAppDriver.start(ScenarioContext context,
Map<String,Object> map,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
Logger |
CommandThread.getLogger() |
| Constructor and Description |
|---|
CommandThread(Logger logger,
String uniqueName,
String logFile,
File workingDir,
String... args) |
FileLogAppender(File in,
Logger logger) |
FileLogAppender(String in,
Logger logger) |
Copyright © 2019. All rights reserved.