|
今天刚开始学习selenium,环境是win7,IE7,JDK1.6,myeclipse8.5
我先用selenium IDE在firefox下录制了一小段代码,是打开baidu,搜索一下google,然后判断第一条记录是否正确,在IDE下运行正常。我再把脚本保存成JUnit格式,在myeclipse下运行。
先启动selenium RC,启动正常,但是在myeclise下运行不成功,junit总是停留在run的状态下。
弹出了一个IE浏览器,但是提示有脚本错误,也没有其他错误信息。
以下是RC的信息,也没发现错误。。。
有人能指点一下吗?
23:41:41.783 INFO - Command request: getNewBrowserSession[*iexplore, http://www.
baidu.com/, ] on session null
23:41:41.783 INFO - creating new remote session
23:41:41.783 INFO - Allocated session 5084ee961cb4406c8ace6dfe01d045e7 for http:
//www.baidu.com/, launching...
23:41:41.907 INFO - Launching Embedded Internet Explorer...
23:41:42.921 INFO - Launching Internet Explorer HTA... |
|