DispatchEx('.Application')

Roger Upole rupole at hotmail.com
Tue Jun 13 22:56:43 EDT 2006


There's a project to create a COM api for Firefox that's identical to IE:

http://www.iol.ie/~locka/mozilla/mozilla.htm

     Roger

<iainws at gmail.com> wrote in message news:1150220324.353472.253180 at h76g2000cwa.googlegroups.com...
> When using win32com and DispatchEx to work with a webbrowser, eg:
>
> from win32com.client import DispatchEx
>
> ie = DispatchEx('InternetExplorer.Application')
>
> can anyone suggest the right answer to this?
>
> mf = DispatchEx('MozillaFirefox.Application')
>
> It is an invalid class string, but I don't know how to find the right
> class string for Mozilla (or any other window for that matter)? Can
> somebody suggest to me an easy way to 'get' this information.
>
> After that I intend to do this:
>
> mf.Navigate('www.groups.google.com.au/etc'')
>
> Will all of these functions work with Firefox or is it only Internet
> Explorer(I can use either but I prefer Firefox?)
> 



----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----



More information about the Python-list mailing list