<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff size=2>In
this example, I am using WScrip, so the available methods should be found by
looking up WScript:</FONT></SPAN></DIV>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff size=2>from
win32com.client import Dispatch<BR>from time import
sleep<BR>s=Dispatch('WScript.Shell')<BR>s.Run('Explorer <A
href="http://www.msn.com'">http://www.msn.com'</A>)</FONT></SPAN></DIV>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff
size=2>or:</FONT></SPAN></DIV>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff size=2>from
win32com.client import Dispatch<BR>from time import
sleep<BR>s=Dispatch('WScript.Shell')<BR>s.Run('Mozilla <A
href="http://www.msn.com'">http://www.msn.com'</A>)<BR>sleep(3)
</FONT></SPAN></DIV>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff
size=2>Chad</FONT></SPAN></DIV>
<DIV><SPAN class=628293516-10062005><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B>
python-win32-bounces+chad.hughes=pnl.gov@python.org
[mailto:python-win32-bounces+chad.hughes=pnl.gov@python.org] <B>On Behalf Of
</B>Bob Gailer<BR><B>Sent:</B> Thursday, June 09, 2005 10:15 AM<BR><B>To:</B>
python-win32@python.org<BR><B>Subject:</B> [python-win32] COM access to
Mozilla Firefox<BR><BR></FONT></DIV>What is the application name for Mozilla
Firefox (to be used in win32com.client.Dispatch())?<BR><BR>Where is
documentation as to what properties/methods are available?<BR><BR>Ditto on
last question for Internet Explorer.<BR><X-SIGSEP>
<P></X-SIGSEP><FONT size=2>Bob Gailer<BR><A href="mailto:bgailer@alum.rpi.edu"
eudora="autourl">mailto:bgailer@alum.rpi.edu<BR></A>510 558 3275 home<BR>720
938 2625 cell</FONT> </P></BLOCKQUOTE></BODY></HTML>