Hi,
I want to ensure that the value of an adapter in the xpath does not contain a particular word. Can you please advise how I do this? I had a look at the page below but couldn't see an explanation for what it is that I am trying to do
http://www.ranorex.com/support/user-gui ... xpath.html
'!=' means 'not equal' and '~' means 'contains' so I thought combining the two would give me the desired result i.e. '!~' but it turns out that this doesn't seem to be valid syntax.
Thanks.
