|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.markusbernhardt.selenium2library.keywords.BrowserManagement
com.github.markusbernhardt.selenium2library.keywords.Cookie
com.github.markusbernhardt.selenium2library.keywords.Element
com.github.markusbernhardt.selenium2library.keywords.FormElement
com.github.markusbernhardt.selenium2library.keywords.JavaScript
com.github.markusbernhardt.selenium2library.keywords.Logging
com.github.markusbernhardt.selenium2library.keywords.RunOnFailure
public abstract class RunOnFailure
| Field Summary | |
|---|---|
protected boolean |
runningOnFailureRoutine
|
protected java.lang.String |
runOnFailureKeyword
The keyword to run an failure |
protected static java.lang.ThreadLocal<org.python.util.PythonInterpreter> |
runOnFailurePythonInterpreter
|
| Fields inherited from class com.github.markusbernhardt.selenium2library.keywords.Logging |
|---|
loggingPythonInterpreter |
| Fields inherited from class com.github.markusbernhardt.selenium2library.keywords.JavaScript |
|---|
cancelOnNextConfirmation |
| Fields inherited from class com.github.markusbernhardt.selenium2library.keywords.BrowserManagement |
|---|
implicitWait, remoteWebDriverProxyDomain, remoteWebDriverProxyHost, remoteWebDriverProxyPassword, remoteWebDriverProxyPort, remoteWebDriverProxyUser, remoteWebDriverProxyWorkstation, timeout, webDriverCache |
| Constructor Summary | |
|---|---|
RunOnFailure()
|
|
| Method Summary | |
|---|---|
java.lang.String |
registerKeywordToRunOnFailure(java.lang.String keyword)
|
protected void |
runOnFailure()
|
| Methods inherited from class com.github.markusbernhardt.selenium2library.keywords.Logging |
|---|
debug, getLogDir, html, info, log, logList, logList, trace, warn |
| Methods inherited from class com.github.markusbernhardt.selenium2library.keywords.JavaScript |
|---|
alertShouldBePresent, alertShouldBePresent, chooseCancelOnNextConfirmation, chooseOkOnNextConfirmation, closeAlert, closeAlert, confirmAction, executeAsyncJavascript, executeJavascript, getAlertMessage, getJavascriptToExecute, readFile |
| Methods inherited from class com.github.markusbernhardt.selenium2library.keywords.Cookie |
|---|
deleteAllCookies, deleteCookie, getCookies, getCookieValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String runOnFailureKeyword
protected boolean runningOnFailureRoutine
protected static java.lang.ThreadLocal<org.python.util.PythonInterpreter> runOnFailurePythonInterpreter
| Constructor Detail |
|---|
public RunOnFailure()
| Method Detail |
|---|
public java.lang.String registerKeywordToRunOnFailure(java.lang.String keyword)
protected void runOnFailure()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||