web_scraper
web_scraper copied to clipboard
How to get multiple elements by groups?
If I have multiple
- tags, and each
-
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
- in each
- have multiple