
匹配到多个元素, 无法唯一定位 xpath: //span[@class="ecom-cascader-picker"]
[错误来源]
电商罗盘抓取 > 直播榜抓取 > 行3: 罗盘-商品-商品榜单-多tab数据获取
罗盘.经营 > product_leaderboard > 行166: args['file_path'] = product_leaderboard(web_page, tab_type, industry_category, brand_type, price_type, datetime_type, datetime, file_folder, file_name, page_num)
罗盘.经营 > product_leaderboard > 行51: web_page.find_by_xpath(industry_category_xpath).click()
执行 web_page.find_by_xpath(industry_category_xpath).click() 时出错: 匹配到多个元素, 无法唯一定位 xpath: //span[@class="ecom-cascader-picker"]