Access hardware devices like cameras, microphones, USB, Bluetooth, and sensors through browser APIs.
Test video capture with getUserMedia, preview stream, and resolution info.
Test audio capture with getUserMedia and real-time volume visualization.
Test getDisplayMedia for screen, window, and tab sharing.
Test the WebUSB API: detect and request access to USB devices.
Test the WebHID API: detect and request access to HID devices.
Test the Web Serial API: connect to serial ports and devices.
Test the Web Bluetooth API: scan for and connect to BLE devices.
Test device sensors: accelerometer, gyroscope, and device motion/orientation.
Test the Gamepad API: detect controllers, read buttons, and axes in real-time.
Test the Vibration API: trigger single and pattern vibrations.
Test the Screen Wake Lock API: prevent the screen from dimming or locking.