Search for wildcard string of words

I am trying to search for one word within a webpage and then click on that link to lead me to another page. Because the entire phrase changes each time, the click function is faulty. Is there a wildcard functionality within studiox similar to the use of % that would allow me to look up a few words located within a string?

Hi @Neals_Taryn

Welcome back to the forums :slight_smile:

Take a look here:

This is consistent with the regular Studio.

Say you are looking for the word “Holiday” in your selector you should be fine to insert into the selector:
*Holiday*

As long as the word “Holiday” is contained then it should click that selector.

Let me know you go :blush:

Cheers

Steve

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.