Interface SeleniumCallback

All Known Implementing Classes:
LoggingSeleniumCallback

public interface SeleniumCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterWebAction(org.openqa.selenium.WebDriver driver)
     
    void
    beforeWebAction(org.openqa.selenium.WebDriver driver)
     
  • Method Details

    • beforeWebAction

      void beforeWebAction(org.openqa.selenium.WebDriver driver)
    • afterWebAction

      void afterWebAction(org.openqa.selenium.WebDriver driver)