selenium常见的与浏览器版本不兼容闪退问题
代码中报错是因为浏览器闪退了
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session id: session deleted as the browser has closed the connection
from disconnected: not connected to DevTools
(Session info: chrome=138.0.7204.185)
原因是:浏览器版本与selenium版本不一致导致的
推荐使用稳定版本
pip --default-timeout=100 install selenium==4.1.1 -i https://pypi.tuna.tsinghua.edu.cn/simple