public interface SupportsRotation extends org.openqa.selenium.WebDriver, ExecutesMethod
Modifier and Type | Method and Description |
---|---|
default org.openqa.selenium.ScreenOrientation |
getOrientation()
Get device orientation.
|
default void |
rotate(org.openqa.selenium.DeviceRotation rotation) |
default void |
rotate(org.openqa.selenium.ScreenOrientation orientation) |
default org.openqa.selenium.DeviceRotation |
rotation()
Get device rotation.
|
close, findElement, findElements, get, getCurrentUrl, getPageSource, getTitle, getWindowHandle, getWindowHandles, manage, navigate, quit, switchTo
execute, execute
default org.openqa.selenium.DeviceRotation rotation()
default void rotate(org.openqa.selenium.DeviceRotation rotation)
default void rotate(org.openqa.selenium.ScreenOrientation orientation)
default org.openqa.selenium.ScreenOrientation getOrientation()