[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 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?) > This might help: http://mail.python.org/pipermail/python-win32/2005-June/003413.html
-Larry Bates -- http://mail.python.org/mailman/listinfo/python-list