- deter_dangler
- Posts : 2
Join date : 2010-12-12
How to identify element using anchor tag text
Sun Dec 12, 2010 12:07 am
How to select the below anchor tag without using href:
I am able to select like this //a[@href="/gp/flex/sign-out.html/ref=pd_irl_gw_r?ie=UTF8&path=%2Fgp%2Fyourstore&signIn=1&useRedirectOnSuccess=1&action=sign-out']
I want to know if there is a way i can locate the anchor element by using the visible text like:
I tried this, but it is not working..
//a[@link="Start here"]
Any suggestions.
- Code:
<a rel="nofollow" href="/gp/flex/sign-out.html/ref=pd_irl_gw_r?ie=UTF8&path=%2Fgp%2Fyourstore&signIn=1&useRedirectOnSuccess=1&action=sign-out">Start here</a>
I am able to select like this //a[@href="/gp/flex/sign-out.html/ref=pd_irl_gw_r?ie=UTF8&path=%2Fgp%2Fyourstore&signIn=1&useRedirectOnSuccess=1&action=sign-out']
I want to know if there is a way i can locate the anchor element by using the visible text like:
I tried this, but it is not working..
//a[@link="Start here"]
Any suggestions.
- deter_dangler
- Posts : 2
Join date : 2010-12-12
Re: How to identify element using anchor tag text
Sun Dec 12, 2010 12:15 am
I found the answer..
\\a[text()="Start here"] .. this is working.
\\a[text()="Start here"] .. this is working.
Re: How to identify element using anchor tag text
Tue Dec 14, 2010 10:37 pm
hi,
try the following option:
click| link=Start here |
try the following option:
click| link=Start here |
Permissions in this forum:
You cannot reply to topics in this forum