vuuvv / fizzler

Automatically exported from code.google.com/p/fizzler
GNU General Public License v3.0
0 stars 0 forks source link

Support for IWebBrowser #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've implemented support for IWebBrowser in order to easily query active
documents without sucking out the HTML into agility pack.  This is useful
for me because sometimes I want to do things with the resultant elements,
like simulate a click on them, and if they don't have id's, mapping between
agility pack and IHTMLElement isn't easy.  So the attached files do this,
and rely on the csExWb library for the COM declarations of the IHTMLElement
types.  Hope it's useful to someone.

Original issue reported on code.google.com by povoad...@gmail.com on 29 Sep 2009 at 7:43

Attachments:

GoogleCodeExporter commented 8 years ago
This is certainly interesting implementation/system to consider. Unfortunately, 
I 
had trouble compiling it because it seems to have been compiled against an 
earlier 
version. Could you update it against the version in the trunk?

I've taken the relevant COM definitions out of csExWeb and added them to your 
project for now to have it as a self-contained unit and attached it to this 
comment.

Original comment by azizatif on 30 Sep 2009 at 7:24

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by azizatif on 30 Sep 2009 at 7:24

GoogleCodeExporter commented 8 years ago
Thanks buys, have migrated your example to my own DOM representation based off 
WebKit.
I think Povo is also the fellow who supplied the MessagePumpForm example I used 
in a headless scenario.

Original comment by tshnai...@gmail.com on 27 Sep 2010 at 11:03

GoogleCodeExporter commented 8 years ago
This issue has been migrated to:
https://github.com/atifaziz/Fizzler/issues/35
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is 
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of 
any further development.

Original comment by azizatif on 23 Aug 2015 at 1:33