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