drquesada
Results
1
comments of
drquesada
Thanks @wangchust (and of course @iammrhelo), it did help! I would add that replacing List.find_elements_by_xpath('*') by List.find_elements_by_tag_name('li') should also be done in lines 274, 275 and 283. With this everything...