How can I iterate through a table using selenium using XPATH to click a button that has the same XPATH in each row?
I am trying to scrape all the history information for some results in a table online. To do this, I need to click the “History” button on each row, which redirects to another page, then scrape the info, back up to the original page, and continue.