Just a question - I can't seem to find any recent information on this so I'm just going to ask here. Please let me know if there is a better place for my question.
Is it possible to execute JavaScript on a page? For my use case, I am parsing data from urls like this: https://www.mountainproject.com/search?q=y-crack . That search page provides a "snippet" of the results and you need to click "See all 67 routes" in order to view all of them (and sometimes also click the "Load More" button on the bottom of the next page).
Both of these buttons trigger JavaScript to load in the other results. Is it possible to trigger these with AngleSharp so that all the results can be scrapped?
Just a question - I can't seem to find any recent information on this so I'm just going to ask here. Please let me know if there is a better place for my question.
Is it possible to execute JavaScript on a page? For my use case, I am parsing data from urls like this: https://www.mountainproject.com/search?q=y-crack . That search page provides a "snippet" of the results and you need to click "See all 67 routes" in order to view all of them (and sometimes also click the "Load More" button on the bottom of the next page).
Both of these buttons trigger JavaScript to load in the other results. Is it possible to trigger these with AngleSharp so that all the results can be scrapped?