Hey,

I am trying to build a test tool using comtypes and mshtml to handle some
applications that have IE activex control, which renders some logics
predefined in an HTML file. But I have two issues:


   1. I did "from comtypes.client import GetModule" and then
   "GetModule('mshtml.tlb')". It took a few minutes to finish this function.
   The second run was faster, but still took about 6 seconds. Is this normal?
   2. I usee comtypes to get IHTMLDocument2 interface, and then enumerate
   all HTML elements in the application. But for some page, it took more than
   2 minutes to process. This seems to be way too slow. I think I must miss
   something. But have no clue about it.

Can someone help?

Thanks,
-X
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to