1. 使用css选择器才能找到
    2. ul = driver.find_element('css selector', 'ul.all-cat-list')
    3. li_list = ul.find_elements('xpath', 'li')