This test checks WebUSB access and displays the USB descriptors provided by the selected device.
The WebUSB API allows web applications to interact directly with USB devices from a browser. However, not all devices are supported.
This page safely reads the descriptors shared by a device after you grant permission. It does not open interfaces, transfer data, or change device settings.
WebUSB works with USB devices that do not have standard drivers in the operating system. Examples include:
WebUSB requires HTTPS, a user gesture and explicit permission. Browser support is mainly limited to Chromium-based browsers. Printers are not a protected USB class, but an operating-system driver may prevent direct access.