xpathsilktest

How do I escape an asterisk in Silktest XPaths?


I have a UI element that contains an asterisk. Reading the Silktest XPath docs I find that * is a special character which matches everything (wildcard).

How do I escape it?


Solution

  • You can't. The support says:

    You can only escape the * with a ?. This will only work for single characters.