i have some selenium code written in python but the problem is that selenium always prints out this output at the start of a program
DevTools listening on ws://ip address/devtools/browser/some numbers
and since my computer doesn't support bluetooth i get also this output:
[10376:9472:1101/171134.942:ERROR:device_event_log_impl.cc(208)] [17:11:34.941] Bluetooth: bluetooth_adapter_winrt.cc:1076 Getting Default Adapter failed.
is there a way to eliminate only selenium's output?