Uses of Enum Class
org.openqa.selenium.devtools.v150.dom.model.LogicalAxes
Packages that use LogicalAxes
Package
Description
-
Uses of LogicalAxes in org.openqa.selenium.devtools.v150.css.model
Methods in org.openqa.selenium.devtools.v150.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.v150.dom.model
Subclasses with type arguments of type LogicalAxes in org.openqa.selenium.devtools.v150.dom.modelMethods in org.openqa.selenium.devtools.v150.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.