Hello everyone, I have this code that takes search strings from a CSV file, make a google image search using Selenium and return the first 10 image links for each search string (I did it like that because the google API has more limitations now and in this way, I can even choose the size of the imag...