Is there any way to get all the childrens node values within the ul tag.
Input:
<ul>
<li class="type">Industry</li>
<li><a href="/store/Browse/?N=355+361+4294855087">Automotive</a></li>
<li><a href="/store/Browse/?N=355+361+4294855065">Parts </a></li>
<li>Tires</li>
</ul>
Output: Industry, Automotive, Parts, Tires.