selenium+junit?junit跑起来了。selenium服务器也开了!也没报错!但是不会执行selenium ide录制

.bat:java-jarD:\顽固病毒\jar\selenium\selenium全\selenium-server-standalone-2.7.0-patched.... .bat:
java -jar D:\顽固病毒\jar\selenium\selenium全\selenium-server-standalone-2.7.0-patched.jar -interactive

junit:
package com.test;

import com.thoughtworks.selenium.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;

public class test {
private Selenium selenium;

@Before
public void setUp() throws Exception {
selenium = new DefaultSelenium("localhost", 4444, "*firefox D:\\mozilla firefox\\firefox.exe", "http://www.baidu.com/");
selenium.start();
}

@Test
public void testTest() throws Exception {
selenium.open("/");
selenium.type("id=kw", "selenium");
selenium.click("id=su");
selenium.waitForPageToLoad("30000");
}

@After
public void tearDown() throws Exception {
selenium.stop();
}
}
jar包

runs1/1 error 0 failure 0
展开
 我来答
lixiji19
2013-05-09
知道答主
回答量:15
采纳率:0%
帮助的人:3万
展开全部
是不是版本的问题,selenium1与selenium2相差很大,用的时候需要注意,看一下你启动的服务是不是selenium-server.jar,这个是selenium1的服务,你应该用selenium-server-standalone-2.7.0-patched.jar,也就是你列表中的那个jar包
s04141225
2013-05-09
知道答主
回答量:19
采纳率:0%
帮助的人:7.9万
展开全部
录制的话不是在火狐下装个IDE的插件就可以录制了么,录制后转换下代码放到eclipse中去执行
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式