|
|||||||||
| 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 String |
runOnFailureKeyword
The keyword to run an failure |
protected 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, timeout, webDriverCache |
| Constructor Summary | |
|---|---|
RunOnFailure()
|
|
| Method Summary | |
|---|---|
String |
registerKeywordToRunOnFailure(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 com.github.markusbernhardt.selenium2library.keywords.BrowserManagement |
|---|
closeAllBrowsers, closeBrowser, closeWindow, createDesiredCapabilities, createLocalWebDriver, createRemoteWebDriver, createWebDriver, getLocation, getSeleniumImplicitWait, getSeleniumSpeed, getSeleniumTimeout, getSource, getTitle, getWindowIdentifiers, getWindowNames, getWindowTitles, goBack, goTo, locationShouldBe, locationShouldContain, logLocation, logSource, logSource, logTitle, maximizeBrowserWindow, openBrowser, openBrowser, openBrowser, openBrowser, openBrowser, openBrowser, reloadPage, selectFrame, selectWindow, selectWindow, setBrowserImplicitWait, setSeleniumImplicitWait, setSeleniumSpeed, setSeleniumTimeout, switchBrowser, titleShouldBe, unselectFrame |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String runOnFailureKeyword
protected boolean runningOnFailureRoutine
protected ThreadLocal<org.python.util.PythonInterpreter> runOnFailurePythonInterpreter
| Constructor Detail |
|---|
public RunOnFailure()
| Method Detail |
|---|
public String registerKeywordToRunOnFailure(String keyword)
protected void runOnFailure()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||