I'm having trouble trying to create a selector that will click on all "expand" buttons in a page, then select all the text and images that appear from those buttons.
I double checked the main selector and can't find any issues with it. However, I can't create the sub selectors to scrape the text and images under it; the error message is always the same no matter what i try: "Parent element not found".
Almost! For some reason it's not getting all the image URLs, only the first two, then it goes like this all the way. I made this small change in the img selector, and it worked! Thank you so much, don2010!