pycharm 新項目打開運行pip install selenium,提示錯誤信息
Fatal error in launcher: Unable to create process using '"d:\...\py\pycharm\python.exe" "D:\...\py\python3.9\Scripts\pip.exe" install selenium': ???????????
參考該前輩得解決方法,鏈接如下:
https://blog.csdn.net/dongyanwen6036/article/details/77799221
親測可用。
運行項目出現問題,提示信息是
selenium.common.exceptions.NoSuchElementException: Message: no such element
參考該前輩的方法得到解決:https://blog.csdn.net/qq_43391383/article/details/86762012
webDriver下載完成后應放在python的script文件夾中