public class Logging extends RunOnFailureKeywordsAdapter
| Modifier and Type | Field and Description |
|---|---|
protected BrowserManagement |
browserManagement
Instantiated BrowserManagement keyword bean
|
protected static String |
logDir |
protected static ThreadLocal<org.python.util.PythonInterpreter> |
loggingPythonInterpreter |
protected Robot |
robot |
protected static Map<String,String[]> |
VALID_LOG_LEVELS |
protected Window |
window |
| Constructor and Description |
|---|
Logging() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
debug(String msg) |
protected void |
error(String msg) |
protected File |
getLogDir() |
protected void |
html(String msg) |
protected void |
info(String msg) |
protected void |
log(String msg,
String logLevel) |
protected void |
log0(String msg,
String methodName,
String methodArguments) |
String |
logLocation(String... params) |
String |
logRemoteCapabilities(String... params) |
String |
logRemoteSessionId(String... params) |
String |
logSource(String... params) |
String |
logSystemInfo(String... params) |
String |
logTitle(String... params) |
List<String> |
logWindowIdentifiers(String... params) |
List<String> |
logWindowNames(String... params) |
List<String> |
logWindowTitles(String... params) |
static void |
setLogDir(String logDirectory) |
void |
setLogDirectory(String logDirectory) |
protected void |
trace(String msg) |
protected void |
warn(String msg) |
runOnFailureByAspectJprotected static String logDir
protected BrowserManagement browserManagement
protected Window window
protected Robot robot
protected static ThreadLocal<org.python.util.PythonInterpreter> loggingPythonInterpreter
protected void trace(String msg)
protected void debug(String msg)
protected void info(String msg)
protected void html(String msg)
protected void warn(String msg)
protected void error(String msg)
protected File getLogDir()
public static void setLogDir(String logDirectory)
Copyright © 2019. All rights reserved.