I'm working with Selenium in Python. I want to extract all id
and parid
values (I don't even know what parid
means).
<li class="left_nav-li child" id="7012" onclick="getProductsFromCategory(this)" parid="7011">xxx<div class="submenu"></div></li>
I have a lot of this kind of element.