type 'irb'
then type 'require "watir"'
then type 'ie = Watir::IE.goto "google.com"'

you're in business

On 5/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Bret,

I downloaded the file (watir-1[1].5.0.980.gem)to the root directory of my machine. I typed in the command at the command line and the script reported it ran and successfully installed. I don't see the installation. Am I missing something?
 
Dave


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Bret Pettichord
Sent: Monday, May 01, 2006 10:15 AM
To: wtr-general@rubyforge.org
Subject: Re: [Wtr-general] The Watir Installer

Harry,

Just download the gem the way you would download any other file.

Then you need open a command window, and cd to the directory containing the file.

Then you type "gem install watir". This command will first look in the current directory for the gem before searching for it over the internet.

We will have to clearly document this procedure for those users who are new to Watir and Ruby and behind firewalls.

Bret

On 5/1/06, Harry Chou <[EMAIL PROTECTED]> wrote:
For using this command:

gem install watir -p http://[EMAIL PROTECTED]:proxy-url

What should I do if my username or password contains a @ character?

On 5/1/06, Harry Chou < [EMAIL PROTECTED]> wrote:
> Alright. I haven't try that. I will give it a try. Thanks.
>
> On 5/1/06, Dave Burt <[EMAIL PROTECTED]> wrote:
> > Harry Chou wrote:
> > > On 5/1/06, Harry Chou <[EMAIL PROTECTED]> wrote:
> > >> I don't think GEM works easily behind Firewall/Proxy. Am I not right?
> > > I know there perhaps are ways to get it working. I am just arguing
> > > that this will prevent people from JUST trying Watir.
> >
> > You can easily download the gem and install it locally. I don't think it
> > should be a deterrent, especially if this info is easily available.
> >
> > Cheers,
> > Dave
> > _______________________________________________
> > Wtr-general mailing list
> > Wtr-general@rubyforge.org
> > http://rubyforge.org/mailman/listinfo/wtr-general
> >
>

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to