Uses of Enum Class
org.openqa.selenium.devtools.v141.bluetoothemulation.model.DescriptorOperationType
Packages that use DescriptorOperationType
Package
Description
-
Uses of DescriptorOperationType in org.openqa.selenium.devtools.v141.bluetoothemulation
Methods in org.openqa.selenium.devtools.v141.bluetoothemulation with parameters of type DescriptorOperationTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> BluetoothEmulation.simulateDescriptorOperationResponse(String descriptorId, DescriptorOperationType type, Integer code, Optional<String> data) Simulates the response from the descriptor with |descriptorId| for a descriptor operation of |type|. -
Uses of DescriptorOperationType in org.openqa.selenium.devtools.v141.bluetoothemulation.model
Methods in org.openqa.selenium.devtools.v141.bluetoothemulation.model that return DescriptorOperationTypeModifier and TypeMethodDescriptionstatic DescriptorOperationTypeDescriptorOperationType.fromString(String s) DescriptorOperationReceived.getType()static DescriptorOperationTypeReturns the enum constant of this class with the specified name.static DescriptorOperationType[]DescriptorOperationType.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 DescriptorOperationTypeModifierConstructorDescriptionDescriptorOperationReceived(String descriptorId, DescriptorOperationType type, Optional<String> data)