Interface RotationEventListener

  • All Superinterfaces:
    Listener

    @Deprecated
    public interface RotationEventListener
    extends Listener
    Deprecated.
    Deprecated. Use EventFiringDecorator and WebDriverListener instead.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void afterRotation​(org.openqa.selenium.WebDriver driver, org.openqa.selenium.ScreenOrientation orientation)
      Deprecated.
      Called after Rotatable.rotate(ScreenOrientation).
      void beforeRotation​(org.openqa.selenium.WebDriver driver, org.openqa.selenium.ScreenOrientation orientation)
      Deprecated.
      Called before Rotatable.rotate(ScreenOrientation).
    • Method Detail

      • beforeRotation

        void beforeRotation​(org.openqa.selenium.WebDriver driver,
                            org.openqa.selenium.ScreenOrientation orientation)
        Deprecated.
        Called before Rotatable.rotate(ScreenOrientation).
        Parameters:
        driver - WebDriver
        orientation - the desired screen orientation
      • afterRotation

        void afterRotation​(org.openqa.selenium.WebDriver driver,
                           org.openqa.selenium.ScreenOrientation orientation)
        Deprecated.
        Called after Rotatable.rotate(ScreenOrientation).
        Parameters:
        driver - WebDriver
        orientation - the desired screen orientation