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

<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> 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 =----
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to