In rxpath, @Property !=""

Ask general questions here.
marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

In rxpath, @Property !=""

Post by marcushe » Fri Sep 11, 2009 3:14 pm

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: In rxpath, @Property !=""

Post by Support Team » Fri Sep 11, 2009 3:46 pm

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