❔ ✅ Scrape all <table> </table> elements
I'm trying to use AngleSharp to scrape any url (that is given as parameter) for all table elements on that page's HTML code, and parse the contents into a json.
Here's an example of what I'm trying to achieve:
the json output:
The code I'm trying so far seems to make it hard to reach this actual element, even when trying to use
Here's an example of what I'm trying to achieve:
the json output:
The code I'm trying so far seems to make it hard to reach this actual element, even when trying to use
QuerySelectorAll("table")