I have two elements in webpage with same linktext in same table structure. I have to ignore first element and select second element everytime if present. But problem is selenium selecting first element every time, How can I select second element instead of first element(ignore first element)?
I can't use anything other than Linktext to identify that element using selenium, That's the constraint.