Re: Starting Netscape - default browser

2002-11-21 Thread Martin Moss
<[EMAIL PROTECTED]> To: "Perl-Win32-Users" <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 8:14 PM Subject: Starting Netscape > I am trying to automate the GUI testing using Perl scripts. I am able to > start an IE browser with the following code: (I've taken this

Starting Netscape

2002-11-21 Thread Laura Meli
I am trying to automate the GUI testing using Perl scripts. I am able to start an IE browser with the following code: (I've taken this from SAMIE, I have not written it myself) sub StartIE { my $hnd; $IE = Win32::OLE->new("InternetExplorer.Application") || die "Could not start Internet Explo