51Testing软件测试论坛

标题: myeclipse+RC,刚运行一个简单程序时,ie浏览器提示脚本错误 [打印本页]

作者: xiaoxiao_cao    时间: 2016-11-22 17:01
标题: myeclipse+RC,刚运行一个简单程序时,ie浏览器提示脚本错误
myeclipse+RC,刚运行一个简单程序时,ie浏览器提示脚本错误,但使用火狐浏览器却没有问题,求高手指教,我刚学selenium测试,小白一枚
作者: 掉渣饼    时间: 2016-11-22 18:55
Internet Explorer根目录需要放置IEDriverServer.exe,然互在环境变量path里配置Internet Explorer的路径
作者: 清晨一缕阳光    时间: 2016-11-23 10:42
把报错信息和你的脚本贴出来。
作者: xiaoxiao_cao    时间: 2016-11-23 11:11
掉渣饼 发表于 2016-11-22 18:55
Internet Explorer根目录需要放置IEDriverServer.exe,然互在环境变量path里配置Internet Explorer的路径

多谢多谢   我试一下
作者: xiaoxiao_cao    时间: 2016-11-23 11:17
清晨一缕阳光 发表于 2016-11-23 10:42
把报错信息和你的脚本贴出来。


报下面这个错误,ie浏览器中也并没有打开百度首页。我写的代码如下:
public static void main(String[] args) {
                // TODO Auto-generated method stub
                DefaultSelenium selenium = new DefaultSelenium("localhost",4444,"*iexplore","http://www.baidu.com");
                selenium.start();
                selenium.open("http://www.baidu.com");




[attach]103587[/attach]




作者: xiaoxiao_cao    时间: 2016-11-29 14:18
掉渣饼 发表于 2016-11-22 18:55
Internet Explorer根目录需要放置IEDriverServer.exe,然互在环境变量path里配置Internet Explorer的路径

你好 能发一个IEDriverServer.exe给我吗?https://code.google.com/p/selenium/downloads/list  这个网址打不开呢




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