I am getting error from Chrome 88 and not able to bring up any webpage. I am using version 88 for the Chrome WebDriver and still getting the error. Which version of Chrome should I be using is a good version? I am using Robot Framework seleniumlibrary 4.5.0, Robot framework 3.2.2, Selenium 3.141.0.
[20088:16400:0122/153444.048:ERROR:device_event_log_impl.cc(211)] [15:34:44.053] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)
I also get USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)
And I was getting an error message similar to this one and I managed to solve the problem by placing the instruction options after the browserâs name:
Open Browser about:blank ${BROWSER} options=add_experimental_option(âexcludeSwitchesâ, [âenable-loggingâ])