Failed to read descriptor from node connection: A device attached to the system is not functioning error using ChromeDriver Chrome through Selenium
问题 from selenium import webdriver from selenium.webdriver.support.ui import WebDriverWait import time import pyautogui import requests import nltk import urllib.request import random driver=webdriver.Chrome() driver.get('https://www.karsanj.net/login.php') userm=driver.find_element_by_id('username') userm.send_keys('gdbcfss') time.sleep(2) passwoord=driver.find_element_by_id('password') passwoord.send_keys('fbxeedf') time.sleep(2) sal =driver.find_element_by_id("salTahsili") sal.click() time