I can’t find any element in Python Selenium using a specific URL
I’m trying to develop a code to get all the ingredients in each product of a site, but my Selenium doesn’t find any element when I try to use the “driver.find_element”.
I’m trying to develop a code to get all the ingredients in each product of a site, but my Selenium doesn’t find any element when I try to use the “driver.find_element”.