Package com.t4a.processor.scripts
Class LoggingSeleniumCallback
java.lang.Object
com.t4a.processor.scripts.LoggingSeleniumCallback
- All Implemented Interfaces:
SeleniumCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterWebAction(String lineProcssed, org.openqa.selenium.WebDriver driver) booleanbeforeWebAction(String lineToBeProcessed, org.openqa.selenium.WebDriver driver) handleError(String line, String errorMessage, org.openqa.selenium.WebDriver driver, int retryCount)
-
Constructor Details
-
LoggingSeleniumCallback
public LoggingSeleniumCallback()
-
-
Method Details
-
beforeWebAction
- Specified by:
beforeWebActionin interfaceSeleniumCallback
-
afterWebAction
- Specified by:
afterWebActionin interfaceSeleniumCallback
-
handleError
public String handleError(String line, String errorMessage, org.openqa.selenium.WebDriver driver, int retryCount) - Specified by:
handleErrorin interfaceSeleniumCallback
-