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 Dispat
[EMAIL PROTECTED] wrote:
> 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
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 ho