无法在Selenium RC中检测到href组件

时间:2010-03-25 09:49:51

标签: selenium-rc

我的应用程序中有以下链接'Test'。

<div class="tabUnselectedText" align="center"> <a href="javascript:renderPage('mainForm:consoleBeanId.3','Test' , 'testdetails.faces');">Test</a> </div>

当我尝试使用Selenium IDE时,它会给我以下代码。相同的代码不适用于RC。请帮我解决这个问题

selenium.click( “链接=测试”); //使用Selenium IDE生成的代码,同样不适用于RC。它说元素不是

还有一个案例:

<div class="tabUnselectedText" align="center"> <a href="javascript:renderPage('mainForm:consoleBeanId.1','Notifications' , 'notifications.faces');">Notifications</a> </div>

15:45:04.627 INFO - 命令请求:在会话2d985d284上单击[link = Test,] 6694d888ee13a986dc8cf67 15:45:04.658信息 - 得到的结果:错误:元素链接=在sessio上找不到测试 n 2d985d2846694d888ee13a986dc8cf67

2 个答案:

答案 0 :(得分:0)

Xpath:// div [@ class ='tabUnselectedText'] / a

答案 1 :(得分:0)

尝试使用Selenium.ClickAt()