class Selenium::DevTools::V137::BluetoothEmulation
def simulate_characteristic_operation_response(characteristic_id:, type:, code:, data: nil)
def simulate_characteristic_operation_response(characteristic_id:, type:, code:, data: nil) @devtools.send_cmd('BluetoothEmulation.simulateCharacteristicOperationResponse', characteristicId: characteristic_id, type: type, code: code, data: data) end