Interface SeleniumCallback

All Known Implementing Classes:
LoggingSeleniumCallback

public interface SeleniumCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      boolean beforeWebAction(String lineToBeProcessed, org.openqa.selenium.WebDriver driver)
    • afterWebAction

      void afterWebAction(String lineProcessed, org.openqa.selenium.WebDriver driver)
    • handleError

      String handleError(String line, String errorMessage, org.openqa.selenium.WebDriver driver, int retryCount)