I have a query and I'd like it to find any match on a page - regardless if any of the letters on the page are upper or lower case.
My query:
//*[contains(text(),'Deez')]
I've tried the solutions I've seen given to other similar questions but none have worked. My query uses text()
which I've not seen in the other questions. Is that a problem?