Uses of Enum Class
org.openqa.selenium.devtools.v141.emulation.model.SensorType
Packages that use SensorType
Package
Description
-
Uses of SensorType in org.openqa.selenium.devtools.v141.emulation
Methods in org.openqa.selenium.devtools.v141.emulation with parameters of type SensorTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Number> Emulation.getOverriddenSensorInformation(SensorType type) static org.openqa.selenium.devtools.Command<Void> Emulation.setSensorOverrideEnabled(Boolean enabled, SensorType type, Optional<SensorMetadata> metadata) Overrides a platform sensor of a given type.static org.openqa.selenium.devtools.Command<Void> Emulation.setSensorOverrideReadings(SensorType type, SensorReading reading) Updates the sensor readings reported by a sensor type previously overridden by setSensorOverrideEnabled. -
Uses of SensorType in org.openqa.selenium.devtools.v141.emulation.model
Methods in org.openqa.selenium.devtools.v141.emulation.model that return SensorTypeModifier and TypeMethodDescriptionstatic SensorTypeSensorType.fromString(String s) static SensorTypeReturns the enum constant of this class with the specified name.static SensorType[]SensorType.values()Returns an array containing the constants of this enum class, in the order they are declared.