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