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(org.openqa.selenium.WebDriver driver) voidbeforeWebAction(org.openqa.selenium.WebDriver driver)
-
Constructor Details
-
LoggingSeleniumCallback
public LoggingSeleniumCallback()
-
-
Method Details
-
beforeWebAction
public void beforeWebAction(org.openqa.selenium.WebDriver driver) - Specified by:
beforeWebActionin interfaceSeleniumCallback
-
afterWebAction
public void afterWebAction(org.openqa.selenium.WebDriver driver) - Specified by:
afterWebActionin interfaceSeleniumCallback
-