I have the following XPath
//*[@href="/slug1/30/slug2/slug3/slug4" and normalize-space(text())="Push"]
The 30 is dynamic and changes so need this wildcard
E.g
//*[@href="/dashboard/*/zones/vod/push" and normalize-space(text())="Push"]
but this does not seem to work.
Any ideas how to get wildcard for this XPath?