Uses of Enum Class
org.openqa.selenium.devtools.v141.bluetoothemulation.model.CentralState
Packages that use CentralState
Package
Description
-
Uses of CentralState in org.openqa.selenium.devtools.v141.bluetoothemulation
Methods in org.openqa.selenium.devtools.v141.bluetoothemulation with parameters of type CentralStateModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> BluetoothEmulation.enable(CentralState state, Boolean leSupported) Enable the BluetoothEmulation domain.static org.openqa.selenium.devtools.Command<Void> BluetoothEmulation.setSimulatedCentralState(CentralState state) Set the state of the simulated central. -
Uses of CentralState in org.openqa.selenium.devtools.v141.bluetoothemulation.model
Methods in org.openqa.selenium.devtools.v141.bluetoothemulation.model that return CentralStateModifier and TypeMethodDescriptionstatic CentralStateCentralState.fromString(String s) static CentralStateReturns the enum constant of this class with the specified name.static CentralState[]CentralState.values()Returns an array containing the constants of this enum class, in the order they are declared.