51Testing软件测试论坛

标题: 导入selenium后,使用出错,困扰好久的问题,请求大佬帮助 [打印本页]

作者: 测试积点老人    时间: 2020-7-3 15:40
标题: 导入selenium后,使用出错,困扰好久的问题,请求大佬帮助
  1. Traceback (most recent call last):
  2.   File "C:/Users/东东/PycharmProjects/untitled/23.py", line 2, in <module>
  3.     driver = webdriver.Firefox()
  4.   File "D:\py35\lib\site-packages\selenium-2.48.0-py3.5.egg\selenium\webdriver\firefox\webdriver.py", line 77, in __init__
  5.     self.binary, timeout),
  6.   File "D:\py35\lib\site-packages\selenium-2.48.0-py3.5.egg\selenium\webdriver\firefox\extension_connection.py", line 49, in __init__
  7.     self.binary.launch_browser(self.profile)
  8.   File "D:\py35\lib\site-packages\selenium-2.48.0-py3.5.egg\selenium\webdriver\firefox\firefox_binary.py", line 68, in launch_browser
  9.     self._wait_until_connectable()
  10.   File "D:\py35\lib\site-packages\selenium-2.48.0-py3.5.egg\selenium\webdriver\firefox\firefox_binary.py", line 103, in _wait_until_connectable
  11.     raise WebDriverException("Can't load the profile. Profile "
  12. selenium.common.exceptions.WebDriverException: Message: Can't load the profile. Profile Dir: %s If you specified a log_file in the FirefoxBinary constructor, check it for details.
复制代码
以上是报错信息,下面是我使用的一些版本 python 3.5.4 selenium2.48.0 firfox 35
[attach]128967[/attach]


作者: bbtte    时间: 2020-7-3 17:14

作者: 郭小贱    时间: 2020-7-6 09:34
配置文件加载失败。检查下路径呢。
作者: bellas    时间: 2020-7-6 09:48
来学习
作者: qqq911    时间: 2020-7-6 10:19
配置文件地址检查下
作者: jingzizx    时间: 2020-7-6 13:18
权限是否有问题
作者: huling314    时间: 2020-7-10 17:10
先看下火狐浏览器是否是默认安装的,如果不是的话,需要修改配置路径
driver=webdriver.Firefox(executable_path="浏览器exe文件路径")




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2