I have the following issue. I am trying to scrape some information of a website. After a search query I get multiple results and I have to click on each result and copy some information out of it. Problem is, I can't / don't want to use static xpaths. They seem to break after a few searches.
Each child block does have a "data-index". How can I specifically select the href underneath data-index="1" here?
I tried a few things but I came to no conclusion.
