51Testing软件测试论坛

标题: 在firefox上执行click报错问题 [打印本页]

作者: lionhua0809    时间: 2015-4-5 14:46
标题: 在firefox上执行click报错问题
刚学习selenium1,代码如下:
DefaultSelenium selenium = new DefaultSelenium("localhost", 4444, "*firefox", "http://www.baidu.com");
                selenium.start();
                selenium.open("http://www.baidu.com");
                selenium.type("id=kw", "selenium");
                selenium.click("id=su");

HTML如下:
<span class="bg s_btn_wr">
<input id="su" class="bg s_btn btnhover" type="submit" value="百度一下"/>
</span>

运行结果报错如下:
Exception in thread "main" com.thoughtworks.selenium.SeleniumException: ERROR: Command execution failure. Please search the user group at https://groups.google.com/forum/#!forum/selenium-users for error details from the log window.  The error message is: Argument 1 of EventTarget.dispatchEvent does not implement interface Event.

请各位大侠帮忙看下是哪里的问题?谢谢!
作者: cwb007    时间: 2015-4-5 17:21
你可以试用一下www.mvtest.cn,业务驱动的自动化测试云
作者: wsryyffs    时间: 2015-4-9 05:20
我没有用过selenium1,直接学的selenium2。




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