Wildcards don't really work on HTML. Workaround for this might be making the element have dynamic path and then, wherever you would want to use this element in process, you would have a numeric counter and a wait stage, basically, if element is not found, you add +1 to your number and try to find the element again, repeat till you find it. The dynamic path, in whatever stage you use the element in, would look something like - ""/HTML/BODY(1)/DIV("" & [Counter] & "")/UL(1)/LI(1)/A(1)