Page 1 of 1

is there a way to override the Xpath behaviour so that it is always case insensitive by default?

Posted: Fri Feb 14, 2020 12:08 pm
by ja3ynt
is there a way to override the Xpath behaviour so that it is always case insensitive by default?

Re: is there a way to override the Xpath behaviour so that it is always case insensitive by default?

Posted: Fri Feb 14, 2020 12:20 pm
by odklizec
Hi,

I'm afraid, that's currently not possible. You may create a feature request here:
https://uservoice.ranorex.com/forums/15 ... ve-ranorex

As a workaround, you can use regex to make the xpaths case insensitive. But yes, it means you will have to edit every single repo element. For an example of case insensitive xpaths, check this post:
https://www.ranorex.com/forum/how-to-ig ... tml#p41769