python winerror2系统找不到指定的路径

Posted Me-Newbie

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python winerror2系统找不到指定的路径相关的知识,希望对你有一定的参考价值。

# _*_ coding:utf-8_*_
from selenium import webdriver


driver = webdriver.Firefox()
driver.get("http://www.baidu.com")
driver.find_element_by_id("kw").send_keys("Selenium2")
driver.find_element_by_id("su").click()



解决办法,安装浏览器的驱动

安装三大浏览器驱动driver

     1.chromedriver 下载地址:https://code.google.com/p/chromedriver/downloads/list

     2.Firefox的驱动geckodriver 下载地址:https://github.com/mozilla/geckodriver/releases/

     3.IE的驱动IEdriver 下载地址:http://www.nuget.org/packages/Selenium.WebDriver.IEDriver/

 

注意:下载解压后,将chromedriver.exe , geckodriver.exe , Iedriver.exe发到Python的安装目录,例如 D:\\python 。 然后再将Python的安装目录添加到系统环境变量的Path下面。

以上是关于python winerror2系统找不到指定的路径的主要内容,如果未能解决你的问题,请参考以下文章

PythonPDF: FileNotFoundError: [WinError 2] 系统找不到指定的文件

Python 使用pyinstaller打包程序失败提示找不到c盘的某个dll文件解决方法,FileNotFoundError: [WinError 2] 系统找不到指定的文件

Python 使用pyinstaller打包程序失败提示找不到c盘的某个dll文件解决方法,FileNotFoundError: [WinError 2] 系统找不到指定的文件

{WinError 2}在使用python编码时,系统找不到Sublime文本中指定的文件

无法创建文件夹 - FileNotFoundError: [WinError 2] 系统找不到文件

未找到指定的 WinError2 文件 (Python 3.9)