I need help figuring out this XPATH substring function, which I cannot get to work. I have tried all kinds of variations of this:
.//a[contains(text(),'Home')]/@href[substring('jsessionid',12)]
Trying to get the jsessionid value from this tag:
<a href="/myapp/home;jsessionid=521EFCEE442922CF84C0FCC2809EC143">Home</a>
Nothing I try works. Any thoughts?