I have a method to get ids and xpaths if given a particular url. How do I pass in the username and password with the request so that I can scrape a url that requires a username and password?...using HtmlAgilityPack;
_web = new HtmlWeb();
internal Dictio...