Page 1 of 1

localized Rxpath, a little problem

Posted: Wed Jan 06, 2010 7:56 am
by marcushe
Environment: Win7
our products are in many languages, like Tr,AE,...JP ,KR
Today,when it was running on Turkish,Win7,the Rxpath string comparesion failed. Rxpath has been transformed into upper case. Then i find, the Rxpath gotten is "/FORM[@TITLE='xxxx']" , here I is not an english "I", it is a capital "I" with a dot hanging over.

Afterwards, i used lowercase , the rxpath gotten is "/form[@title='xxxx']"
this time 'i' is an english 'i'.

My suggestion is 'be careful of other languages". Otherwise, maybe next time we can't solve this kind of problem .

Re: localized Rxpath, a little problem

Posted: Thu Jan 07, 2010 2:01 pm
by Support Team
I'm not sure that I understand your issue. The problem was that someone wrongly converted an RxPath to upper case, right? I don't know why one would like to use upper case, but you can use upper case in RxPath. Anyway, there is no problem with Ranorex itself, right?

Regards,
Alex
Ranorex Support Team

Re: localized Rxpath, a little problem

Posted: Fri Jan 08, 2010 2:09 am
by marcushe
I understand, thanks. It's not the fault of Ranorex.