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