I want to find element on web page that has my string variable in it. But I don't want it to be case sensitive. So I would want to use Regular expression. How do I do that?
I tried this as an example:


That (?i) is supposed to not care for case sensitivity. Is there something I am doing wrong?
Thank you in advance.