I am new to TestStudio and I have been looking around the application and online to be able to iterate over a collection of elements and get the inner text from all of them to run them against an assertion. In ruby this can be done, but I'm not so sure about c#.
Thanks,
Randall
1 Answer, 1 is accepted
0
Accepted
Nikolai
Telerik team
answered on 14 Sep 2018, 06:21 AM
Hi Randall,
You can easily traverse the Html DOM following the "Parent - Child" recursive pattern: