2012年4月18日
摘要: 今天在公司进一步学习了selenium-rc 可是在公司运行正常的最简单的代码,在家里居然报错了 代码如下:@Before public void setUp() throws Exception { selenium = new DefaultSelenium("localhost", 4444, "*googlechrome ", "http://www.baidu.com/"); selenium.start(); }后经一番折腾改为:@Before public void setUp() throws Exception { 阅读全文
posted @ 2012-04-18 23:38 驉笐 阅读(1482) 评论(0) 推荐(0)