Hello!
I have a problem with access to an element in the sample. Suppose we have xpath /treeitem[@accessibledefaultaction='Expand'] which gives us two elements. To access the first, we can use /treeitem[@accessibledefaultaction='Expand'][1] but I want to use variables.
/treeitem[@accessibledefaultaction='Expand'][$number]
/treeitem[@accessibledefaultaction='Expand'][@index=$number]
Why is this option not working?
Variables in index
- Support Team
- Site Admin
- Posts: 12174
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Variables in index
Hi,
Regards,
Peter
Ranorex Team
Currently this is not possible to do, but with Ranorex 3.3 we implement a bunch of new RxPath features and then you should be able to do exactly what you want.KapacRus wrote:Why is this option not working?
Regards,
Peter
Ranorex Team
Re: Variables in index
And on what date scheduled for release 3.3?
- Support Team
- Site Admin
- Posts: 12174
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Variables in index
Hi,
Regards,
Tobias
Ranorex Team
we cannot tell you an exact date now, but it should be available mid of Q2.KapacRus wrote:And on what date scheduled for release 3.3?
Regards,
Tobias
Ranorex Team
Re: Variables in index
Thanks for the quick answers!