老师我可以成功运行,但是页面自动关闭之后会出现该提示:[WinError 10061] 由于目标计算机积极拒绝,无法连接
来源:5-4 封装打开页面方法及判断页面是否正确

慕少0369906
2019-07-24
可以成功运行,但是页面自动关闭之后会出现该提示:
in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=‘127.0.0.1’, port=55450): Max retries exceeded with url: /session/29492ec2a4226ecd157689e475d64c11/title (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x000001BD285A9128>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。’))
写回答
1回答
-
Mushishi
2019-07-24
那是因为你页面都关闭了你还执行了其他的操作
00
相似问题