If I have multiple <ul> tags, and each <ul> have multiple <li> How can I get them in groups of <ul> and then access the <li> in each <ul>? I do not want to get all <li> in one go, since I need to store them in Map i.e group elements by each ul
If I have multiple
tags, and each
have multiple-
How can I get them in groups of
and then access the- in each
?- in one go, since I need to store them in Map i.e group elements by each ul
I do not want to get all