Uses of Enum Class
org.openqa.selenium.devtools.v141.bluetoothemulation.model.CharacteristicOperationType
Packages that use CharacteristicOperationType
Package
Description
-
Uses of CharacteristicOperationType in org.openqa.selenium.devtools.v141.bluetoothemulation
Methods in org.openqa.selenium.devtools.v141.bluetoothemulation with parameters of type CharacteristicOperationTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> BluetoothEmulation.simulateCharacteristicOperationResponse(String characteristicId, CharacteristicOperationType type, Integer code, Optional<String> data) Simulates the response from the characteristic with |characteristicId| for a characteristic operation of |type|. -
Uses of CharacteristicOperationType in org.openqa.selenium.devtools.v141.bluetoothemulation.model
Methods in org.openqa.selenium.devtools.v141.bluetoothemulation.model that return CharacteristicOperationTypeModifier and TypeMethodDescriptionstatic CharacteristicOperationTypeCharacteristicOperationType.fromString(String s) CharacteristicOperationReceived.getType()static CharacteristicOperationTypeReturns the enum constant of this class with the specified name.static CharacteristicOperationType[]CharacteristicOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.bluetoothemulation.model with parameters of type CharacteristicOperationTypeModifierConstructorDescriptionCharacteristicOperationReceived(String characteristicId, CharacteristicOperationType type, Optional<String> data, Optional<CharacteristicWriteType> writeType)