Skip to content
Advertisement

Tag: amazon

How to iterate a variable in XPATH, extract a link and store it into a list for further iteration

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

Advertisement