excel vba web scraping with selenium multiple element problem
I want to scrape a table from chrome in excel vba with selenium, but there are several (currently 2) thead and tbody elements in the class. The code I’m currently using only takes the data from the first thead and tbody . I managed to solve it with Internet Explorer, but it doesn’t work with Selenium. Unfortunately, ie is a bit out of date…
the current piece of the page’s source code in the image[text]()