As a newbie I am finding it rather difficult to implement the scraping tools associated with firefox firebug tool. What I would like to do is access the firebug tool from a .net app (vb / c#) and stream/download all the html or response data which is normally not present in html source page of certain websites, esp those using ajax or js scripts. Is this possible? or is copying and pasting the only option.