Uses of Class
org.openqa.selenium.devtools.v141.bluetoothemulation.model.ManufacturerData
Packages that use ManufacturerData
Package
Description
-
Uses of ManufacturerData in org.openqa.selenium.devtools.v141.bluetoothemulation
Method parameters in org.openqa.selenium.devtools.v141.bluetoothemulation with type arguments of type ManufacturerDataModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> BluetoothEmulation.simulatePreconnectedPeripheral(String address, String name, List<ManufacturerData> manufacturerData, List<String> knownServiceUuids) Simulates a peripheral with |address|, |name| and |knownServiceUuids| that has already been connected to the system. -
Uses of ManufacturerData in org.openqa.selenium.devtools.v141.bluetoothemulation.model
Methods in org.openqa.selenium.devtools.v141.bluetoothemulation.model that return types with arguments of type ManufacturerDataModifier and TypeMethodDescriptionScanRecord.getManufacturerData()Key is the company identifier and the value is an array of bytes of manufacturer specific data.