Selector Not Valid

Hey @alvini

To answer your Question: Regex or the other above methods (escaped values / ASCII characters) should work with random/difficult values. Depends on the need really.
So, a fresh approach, lets try Regex in your selector.

I have made a quick Regex pattern which will allow for any single character between the R and S in “Father’s” - take a look and test to see if that suits your needs.

Replace this selector:
image

With this:
innertext=‘Father(.)?s Day Gift Ideas’ matching:innertext=‘regex’

If done correctly, the elements should update with colour changes. Something like the below:
image
Example from Tutorial
image

Tutorial Post:

Hopefully this helps :blush:

Cheers

Steve