You are viewing a single comment's thread. Return to all comments →
try find_all_next instead of find_all, or if that still modifies the order after finding them, just loop over find_next and deal with them in order
find_all_next
find_all
find_next
Seems like cookies are disabled on this browser, please enable them to open this website
Detect HTML Tags, Attributes and Attribute Values
You are viewing a single comment's thread. Return to all comments →
try
find_all_next
instead offind_all
, or if that still modifies the order after finding them, just loop overfind_next
and deal with them in order