Uses of Class
org.openqa.selenium.print.PrintOptions.Orientation
-
Packages that use PrintOptions.Orientation Package Description org.openqa.selenium.print -
-
Uses of PrintOptions.Orientation in org.openqa.selenium.print
Methods in org.openqa.selenium.print that return PrintOptions.Orientation Modifier and Type Method Description PrintOptions.Orientation
PrintOptions. getOrientation()
static PrintOptions.Orientation
PrintOptions.Orientation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrintOptions.Orientation[]
PrintOptions.Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.print with parameters of type PrintOptions.Orientation Modifier and Type Method Description void
PrintOptions. setOrientation(PrintOptions.Orientation orientation)
-