1

For the Screen Scraper I'm working on (Screen Scraper) I would like to be able to select HTML elements on the Web Browser. Do you know if this is possible in .NET 3.5 and if so how do you think you could do it?

Example of what I'm trying to do:

Visual Web Ripper

Somehow the program incorporates a web browser and allows the user to click on every HTML element...

Community
  • 1
  • 1
John
  • 195
  • 2
  • 12

1 Answers1

0

The Fizzler library is pretty good. It uses the HtmlAgilityPack.

harriyott
  • 10,505
  • 10
  • 64
  • 103
  • Thanks I'll take a look at it. Basically, I'm trying to do something similar to the new firefox inspect element feature. http://1.bp.blogspot.com/-2szdem1NWdw/TzViXaY4vMI/AAAAAAAAAZQ/aS_3okoJN0k/s1600/nativeFFInspectEl.png – John Feb 28 '12 at 20:45
  • I've been trying to get VisualFizzler to work for the last hour but no luck.. It compiles but when I try to open a file I get: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. [STAThread] is above Main(), so I don't know what the problem is. – John Feb 29 '12 at 00:07
  • I still cant get Visual Fizzler to work properly... If you have a minute here is the [Fizzler](http://www.mediafire.com/?jdt6k7twq3jzdzb) source code. – John Feb 29 '12 at 01:43