Hi all,
I am building a webscraper to get prices of certain EAN's from the amazon website. Therefore I use selenium to get the product links. I wrote te following function to get the productlinks based on a EAN:
def getProductLinkAmazonPY(EAN):
st...