xpath multiple conditions
Posted
by user121196
on Stack Overflow
See other posts from Stack Overflow
or by user121196
Published on 2010-05-26T22:37:59Z
Indexed on
2010/05/26
22:51 UTC
Read the original article
Hit count: 137
xpath
I need to find the nth link whose text is 'XXX'
//a[text()='XXX'][3] is not working. any solution?
© Stack Overflow or respective owner