Tuesday, 3 September 2013

Select attribute content XPath

Select attribute content XPath

I have an XPath
//*[@class]
I would like to make an XPath to select the content inside this attribute.
So in this case I would like to extract the text "tab-off"
Is this possible with Xpaths?

No comments:

Post a Comment