Uses of Enum Class
org.openqa.selenium.devtools.v141.emulation.model.DevicePosture.Type
Packages that use DevicePosture.Type
-
Uses of DevicePosture.Type in org.openqa.selenium.devtools.v141.emulation.model
Methods in org.openqa.selenium.devtools.v141.emulation.model that return DevicePosture.TypeModifier and TypeMethodDescriptionstatic DevicePosture.TypeDevicePosture.Type.fromString(String s) DevicePosture.getType()Current posture of the devicestatic DevicePosture.TypeReturns the enum constant of this class with the specified name.static DevicePosture.Type[]DevicePosture.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.emulation.model with parameters of type DevicePosture.Type