Does Test Studio support locating elements by xpath last() function?
For example:
I have Silverlight app with RayGrid and I want to use the last() function to select the last row index from the table.
/RayGrid/rowspanel/cellspanel[last()]
Is it possible in TS 2013 standalone version?
1 Answer, 1 is accepted
0
Velin Koychev
Telerik team
answered on 08 Nov 2013, 11:36 AM
Hi Evan,
No, we do not support find expressions like this. You can see from our documentation how to use chained find expressions or watch this video for other tips for making good find expressions.
Alternatively, you can locate these elements using only code.
Please let me know whether you have any additional questions.