✅ Parsing a Link from an HTML file with HTMLAgilityPack
Hi, I'm having a bit of trouble parsing an HTML file to extract a link.
I'm using HTMLAgilityPack to do this as it seemed simple enough for what I wanted.
In the latest variable I use SelectNodes and provide the XPATH to the link that I found using inspect element.
However, the selection returns null and the Console returns an error when writing.
Any tips?
Console Error
I'm using HTMLAgilityPack to do this as it seemed simple enough for what I wanted.
In the latest variable I use SelectNodes and provide the XPATH to the link that I found using inspect element.
However, the selection returns null and the Console returns an error when writing.
Any tips?
Console Error