Re: [python-win32] COM access to Mozilla Firefox

2005-06-10 Thread Hughes, Chad O
Title: Message In this example, I am using WScrip, so the available methods should be found by looking up WScript:   from win32com.client import Dispatchfrom time import sleeps=Dispatch('WScript.Shell')s.Run('Explorer http://www.msn.com')   or:   from win32com.client import Dispatchfrom tim

[python-win32] COM access to Mozilla Firefox

2005-06-09 Thread Bob Gailer
What is the application name for Mozilla Firefox (to be used in win32com.client.Dispatch())? Where is documentation as to what properties/methods are available? Ditto on last question for Internet Explorer. Bob Gailer mailto:[EMAIL PROTECTED] 510 558 3275 home 720 938 2625 cell ___