Uses of Enum Class
org.openqa.selenium.devtools.v141.dom.model.LogicalAxes
Packages that use LogicalAxes
Package
Description
-
Uses of LogicalAxes in org.openqa.selenium.devtools.v141.css.model
Methods in org.openqa.selenium.devtools.v141.css.model that return types with arguments of type LogicalAxesModifier and TypeMethodDescriptionCSSContainerQuery.getLogicalAxes()Optional logical axes queried for the container. -
Uses of LogicalAxes in org.openqa.selenium.devtools.v141.dom.model
Methods in org.openqa.selenium.devtools.v141.dom.model that return LogicalAxesModifier and TypeMethodDescriptionstatic LogicalAxesLogicalAxes.fromString(String s) static LogicalAxesReturns the enum constant of this class with the specified name.static LogicalAxes[]LogicalAxes.values()Returns an array containing the constants of this enum class, in the order they are declared.