I\'m using Selenium\'s IDE in FireFox to do some testing, and I want Selenium to click the second link (Text2). Any idea how I do that? Unfortunately I don\'t have access to
You Can Try
//a[contains(text(),'text2')] OR //span/a[contains(text(),'text2')]
Looking for same or anything else?