for url_3 in tqdm(item_url_list): # load bar 2 driver.get(url_3) soup_product = BeautifulSoup(driver.page_source, \'html.parser\') for p