Quote:
Originally Posted by tram
I can check the manual, but is there a standard method for testing xpath queries aside from the generate-and-view method? I feel like the regular expression I'm trying to use isn't particularly complicated, and that it should work just fine.
|
I don't know if XPath comes in several flavors as well, but for regexes, your test tool needs to support the python flavor. Personally, I use python to test expressions, though that may be a bit overkill if you don't actually use it as a language...