51Testing软件测试论坛

标题: Day4 测试积点任务 [打印本页]

作者: lsekfe    时间: 2018-6-27 10:41
标题: Day4 测试积点任务
问题:Ironpython+Selenium老是提示找不到浏览器驱动?
环境:VS2015, Ironpython2.7.7,pip安装了selenium
脚本:
import os
import selenium
from selenium import webdriver
from time import sleep
browser = webdriver.Ie()
browser.get('http://www.baidu.com/')
问题:
Message: The executable IEDriverServer.exe needs to be available in the path.
我把IEDriverServer.exe放到多个路径下(ironpython安装路径、项目路径、system32……)都不能解决问题

Ironpython+Selenium老是提示找不到浏览器驱动


作者: qqq911    时间: 2018-6-28 10:37
IEDriverServer版本不对
作者: jingzizx    时间: 2018-6-28 12:32
版本、环境变量都对一下
作者: 海海豚    时间: 2018-6-28 13:32

IEDriverServer版本不对
作者: 梦想家    时间: 2018-6-28 13:34

IEDriverServer版本不对




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