I got web page which contains a few objects with the same RxPath;
Code: Select all
/dom[@caption~'XXXXX']//formtag[@name='defineLabelFormat.labelFormatForm']//label[@innertext='Variable']
When I put this RxPath within Spy it returns to me with 3 or 7 elements that got recognized: So, my question is it possible to make list of these elements programmatically during test run.
How should it looks like? Is it an array of elements? Can I use somehow IList<T> to create list like this one?
Thanks,
Felix.