Quantcast
Channel: [Q&A - FAQ Neotys] Last questions
Viewing all articles
Browse latest Browse all 2283

XPath support in variable extraction?

$
0
0

My application prepends id's with some text that might change over time. I tried to make my XPath selector in a way that it could deal with that. In order to do that I tried several XPath funtions and get the message: Invalid XPath expression.

So I have a few related questions
1. What XPath version is being used?
2. Are XPath functions supported?
3. What parts of the XPath specification are or aren't supported?

The specific XPath i'm trying:
//*[ends-with(@id,"MyTableId")]/tbody/tr/td/a


Viewing all articles
Browse latest Browse all 2283

Trending Articles