class Selenium::DevTools::V136::BluetoothEmulation
def simulate_gatt_operation_response(address:, type:, code:)
def simulate_gatt_operation_response(address:, type:, code:) @devtools.send_cmd('BluetoothEmulation.simulateGATTOperationResponse', address: address, type: type, code: code) end