Interface RotationEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidafterRotation(org.openqa.selenium.WebDriver driver, org.openqa.selenium.ScreenOrientation orientation)Deprecated.Called afterRotatable.rotate(ScreenOrientation).voidbeforeRotation(org.openqa.selenium.WebDriver driver, org.openqa.selenium.ScreenOrientation orientation)Deprecated.Called beforeRotatable.rotate(ScreenOrientation).
-
-
-
Method Detail
-
beforeRotation
void beforeRotation(org.openqa.selenium.WebDriver driver, org.openqa.selenium.ScreenOrientation orientation)Deprecated.Called beforeRotatable.rotate(ScreenOrientation).- Parameters:
driver- WebDriverorientation- the desired screen orientation
-
afterRotation
void afterRotation(org.openqa.selenium.WebDriver driver, org.openqa.selenium.ScreenOrientation orientation)Deprecated.Called afterRotatable.rotate(ScreenOrientation).- Parameters:
driver- WebDriverorientation- the desired screen orientation
-
-