For some reason I need to get elements with an attribute value containing a string, without specifying the attribute name.
I tried [**="word"]
and [*="word"]
but it's not valid.
Any ideas ? Thanks
For some reason I need to get elements with an attribute value containing a string, without specifying the attribute name.
I tried [**="word"]
and [*="word"]
but it's not valid.
Any ideas ? Thanks