All I need to know, is if it is possible to access firebug panels from visual studio?
Asked
Active
Viewed 618 times
1
-
I'm just really curious... Why do you need that? If you want to improve it or customize you can just edit the addon itself... – BrunoLM Jul 08 '10 at 14:15
-
I find that some pages that are difficult to parse, often the content is visible / and extractable when using firebug. This would be very helpful if I can have an app access the content returned in firebug and automatically extract it.This is not about firebug but content of certain web pages...ie screens scraping Thanks for your response – vbNewbie Jul 08 '10 at 15:26
2 Answers
1
Short Answer - No.
But you might want to detail what kind of access you're talking about.

Justin Niessner
- 242,243
- 40
- 408
- 536
-
as above...screen scraping results that ordinarily I cannot obtain through source page or fetching the url through webrequest. – vbNewbie Jul 08 '10 at 15:26
-
is there any way to obtain the response body content from firebug programmatically? Hope I am a little more clear now with my intentions. – vbNewbie Jul 09 '10 at 16:20