Back to Puppeteer

BluetoothEmulation.disableEmulation() method

website/versioned_docs/version-24.40.0/api/puppeteer.bluetoothemulation.disableemulation.md

19.2.2342 B
Original Source

BluetoothEmulation.disableEmulation() method

Disable emulated bluetooth adapter. See bluetooth.disableSimulation.

Signature

typescript
interface BluetoothEmulation {
  disableEmulation(): Promise<void>;
}

Returns:

Promise<void>