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