How to scrape ID-less website elements with XPath-only regex patterns
问题 There are several similar questions related to the usage of regex in XPath searches -- However, some are not very illuminating to me, whereas others failed for my specific problem. Therefore and for future users that might come across the same, I post the following question: Using one call in Python/Selenium, I want to be able to scrape all elements below at once (for readability without code formatting): /html/body/div[6]/div/div[1]/div/div[3]/div[2]/div[2]/div[**1**]/div/div[2]/div[1] /html