Page 1 of 1

In rxpath, @Property !=""

Posted: Fri Sep 11, 2009 3:14 pm
by marcushe
in rxpath, i can write a statement as /form[@name='xxx']
Can i use opposite statement , like /form[@name<>'xxx']??? which represent whose name is not xxx

Re: In rxpath, @Property !=""

Posted: Fri Sep 11, 2009 3:46 pm
by Support Team
The syntax is exactly the one you used in the subject of your post:
/form[@name!='xxx']

For more info see the corresponding page in the Ranorex User Guide:
http://www.ranorex.com/support/user-gui ... html#c2461

Regards,
Alex
Ranorex Support Team