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 TypeMethodDescriptionvoid
afterWebAction
(String lineProcssed, org.openqa.selenium.WebDriver driver) boolean
beforeWebAction
(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:
beforeWebAction
in interfaceSeleniumCallback
-
afterWebAction
- Specified by:
afterWebAction
in interfaceSeleniumCallback
-
handleError
public String handleError(String line, String errorMessage, org.openqa.selenium.WebDriver driver, int retryCount) - Specified by:
handleError
in interfaceSeleniumCallback
-