Package com.t4a.processor.scripts
Interface SeleniumCallback
- All Known Implementing Classes:
LoggingSeleniumCallback
public interface SeleniumCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterWebAction
(String lineProcessed, 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)
-
Method Details
-
beforeWebAction
-
afterWebAction
-
handleError
-