Automated testing chrome bluetooth api

111 Views Asked by At

Has anyone done automated testing with selenium (or any other framework) for their webapps that utilize the chrome bluetooth api? I've seen people use adb to facilitate but i would love to be able to simulate a device connection in code.

1

There are 1 best solutions below

0
On

Consider replacing the browser implementation with a testing implementation of the API.