Process HTML UL

Ask general questions here.
JoeR
Posts: 32
Joined: Fri Dec 03, 2010 6:15 pm
Location: Morrisville, NC
Contact:

Process HTML UL

Post by JoeR » Wed Mar 27, 2013 7:58 pm

I need to interate through an HTML list of list items under an UL tag. How would I accomplish that using the Ranorex API

Joe

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Re: Process HTML UL

Post by Ciege » Wed Mar 27, 2013 10:20 pm

Use FindChildren rooted where you want to start looking from and assign it all to an iList.

You can do a quick forum search on iList or FindChildren to see several examples of how it will work.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...