код создания драйвера:
options = Options()
options.add_argument("start-maximized")
options.add_argument('--ignore-certificate-errors')
options.add_argument('--ignore-ssl-errors')
options.binary_location=r"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
driver=webdriver.Chrome(executable_path=r"C:\Users\user\Desktop\Python_scripts\parse\selenium\chromedriver", chrome_options=options)
ошибка:
[2832:15556:0109/141158.863:ERROR:device_event_log_impl.cc(211)] [14:11:58.863] USB: usb_device_handle_win.cc:1020 Failed to read descriptor from node connection: ╧Ёшёюхфшэхээюх ъ ёшёЄхьх єёЄЁющёЄтю эх ЁрсюЄрхЄ. (0x1F)
[2832:15556:0109/141158.874:ERROR:device_event_log_impl.cc(211)] [14:11:58.874] Bluetooth: bluetooth_adapter_winrt.cc:1073 Getting Default Adapter failed.
[4220:15940:0109/141205.828:ERROR:ssl_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -101
[4220:15940:0109/141205.842:ERROR:ssl_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -101
[4220:15940:0109/141206.447:ERROR:ssl_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -101
[4220:15940:0109/141206.456:ERROR:ssl_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -101
Также селениум не находит элементы по классу, хотя я уверен, что ошибки в указании имени класса быть не может
Прошу помощи
Спасибо!