Not able to detect a href component in Selenium RC

Posted by Anjali on Stack Overflow See other posts from Stack Overflow or by Anjali
Published on 2010-03-25T09:49:51Z Indexed on 2010/03/25 9:53 UTC
Read the original article Hit count: 604

Filed under:

I have the following link 'Test' in selenium RC script.

Analysis

When I tried Selenium IDE it gives me following code. The same code does not work with RC . Please help me out with this

selenium.click("link=Test"); // code generated with Selenium IDE and same does not work with RC

© Stack Overflow or respective owner

Related posts about selenium-rc