I’m following a Selenium tutorial for an Amazon price tracker (Clever Programming on Youtube) and I got stuck at getting the links from amazon using their techniques. tutorial link: https://www.youtube.com/watch?v=WbJeL_Av2-Q&t=4315s I realized the problem laid on the fact that I’m only getting one link out of the 17 available after doing the product search. I need to get all the
Tag: amazon
Beautiful Soup has problems with amazon,it
I’m trying to take the name and the prize from amazon page, this is the code: The problem is that with URL it works but with URL2 it doesn’t work. How can I fix it ?? Thanks :) Answer before getting text you have to check if you find required element and if so, you can extract text: Please NOTE