Skip to content
Advertisement

Bluetooth adapter error messages regarding Registry Keys and Experimental Options [closed]

I’m getting this error when I try to run my selenium test:

[9680:18428:0605/111414.227:ERROR:device_event_log_impl.cc(214)] [11:14:14.228] Bluetooth: bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed.

JavaScript

Code

JavaScript

As you can see I’m trying to make tests for Facebook using Google Chrome, but for some reason I get the mentioned error, does anyone know how to fix this

Advertisement

Answer

You can Suppress this error by using below.

As per the documentation in Selenium Chrome Driver: Resolve Error Messages Regarding Registry Keys and Experimental Options these error logs can be supressed by adding the argument:

JavaScript

So your effective code block will be:

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement