selenium详细讲解
1、先改代码,在代码里面加上安装路径,可能是因为selenium server不能识别其它盘,而我装在D盘的,所以我就改了下,加上路径,再启动服务进行运行,还是不行,卡在那不动了,后台提示一直在加载firefox浏览器 selenium = new DefaultSelenium(“localhost”, 4444, “*firefox D:/Program Files/Mozilla Firefox/firefox.exe”, “http://www.baidu.com/“); 2、然后我再打开selenium-server-standalone-2.20.0.jar(在官网下的),查找
用户评论