Uses of Class
org.openqa.selenium.devtools.v113.dom.model.LogicalAxes
-
Packages that use LogicalAxes Package Description org.openqa.selenium.devtools.v113.css.model org.openqa.selenium.devtools.v113.dom.model -
-
Uses of LogicalAxes in org.openqa.selenium.devtools.v113.css.model
Methods in org.openqa.selenium.devtools.v113.css.model that return types with arguments of type LogicalAxes Modifier and Type Method Description java.util.Optional<LogicalAxes>CSSContainerQuery. getLogicalAxes()Optional logical axes queried for the container. -
Uses of LogicalAxes in org.openqa.selenium.devtools.v113.dom.model
Methods in org.openqa.selenium.devtools.v113.dom.model that return LogicalAxes Modifier and Type Method Description static LogicalAxesLogicalAxes. fromString(java.lang.String s)static LogicalAxesLogicalAxes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogicalAxes[]LogicalAxes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-