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