[🐛 Bug]: automation using in chrome using selenium in windows 11 is not working...
See original GitHub issueWhat happened?
DevTools listening on ws://127.0.0.1:50039/devtools/browser/895e8c9b-a626-4801-ae3c-b050c40bb56c [1116:10588:0106/124410.875:ERROR:device_event_log_impl.cc(214)] [12:44:10.875] USB: usb_device_handle_win.cc:1050 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [1116:11420:0106/124410.877:ERROR:chrome_browser_main_extra_parts_metrics.cc(227)] START: ReportBluetoothAvailability(). If you don’t see the END: message, this is crbug.com/1216328. [1116:11420:0106/124410.878:ERROR:chrome_browser_main_extra_parts_metrics.cc(230)] END: ReportBluetoothAvailability() [1116:11420:0106/124410.878:ERROR:chrome_browser_main_extra_parts_metrics.cc(235)] START: GetDefaultBrowser(). If you don’t see the END: message, this is crbug.com/1216328. [1116:11420:0106/124411.025:ERROR:chrome_browser_main_extra_parts_metrics.cc(239)] END: GetDefaultBrowser()
Getting This type of error in chrome console window and after there not passing value to elements in chrome
Please help me for his
How can we reproduce the issue?
Getting This type of error in chrome console window and after there not passing value to elements in chrome
Please help me for his
Relevant log output
DevTools listening on ws://127.0.0.1:50039/devtools/browser/895e8c9b-a626-4801-ae3c-b050c40bb56c
[1116:10588:0106/124410.875:ERROR:device_event_log_impl.cc(214)] [12:44:10.875] USB: usb_device_handle_win.cc:1050 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)
[1116:11420:0106/124410.877:ERROR:chrome_browser_main_extra_parts_metrics.cc(227)] START: ReportBluetoothAvailability(). If you don't see the END: message, this is crbug.com/1216328.
[1116:11420:0106/124410.878:ERROR:chrome_browser_main_extra_parts_metrics.cc(230)] END: ReportBluetoothAvailability()
[1116:11420:0106/124410.878:ERROR:chrome_browser_main_extra_parts_metrics.cc(235)] START: GetDefaultBrowser(). If you don't see the END: message, this is crbug.com/1216328.
[1116:11420:0106/124411.025:ERROR:chrome_browser_main_extra_parts_metrics.cc(239)] END: GetDefaultBrowser()
Operating System
Windows 11
Selenium version
3.8
What are the browser(s) and version(s) where you see this issue?
Chrome
What are the browser driver(s) and version(s) where you see this issue?
Chorme Driver
Are you using Selenium Grid?
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top GitHub Comments
Had the
ERROR:chrome_browser_main_extra_parts_metrics
, got the solution from the stackoverflow post and works perfectly. Thank you!This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.