selenium 明明打开了网页,但是却出现了urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='localhost', port=9510): Read timed out. (read timeout=120)这个错误
收起
localhost指向的是电脑本地,你本地没有9510这个进程服务,selenium打开连接超时了
报告相同问题?