Interface NavigateAllListener


public interface NavigateAllListener
Listener interface for Navigate events
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Direction of the navigation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    on (String url, org.openqa.selenium.WebDriver driver, NavigateAllListener.Direction direction)
    Invoked when a navigation is performed
  • Method Details

    • on

      void on (String url, org.openqa.selenium.WebDriver driver, NavigateAllListener.Direction direction)
      Invoked when a navigation is performed
      Parameters:
      url - destination url
      driver - selenium driver
      direction - direction of the navigation