[wtr-general] Re: Where to run the script

2009-04-06 Thread spike
it worked, thanks a lot On Apr 6, 5:07 pm, Željko Filipin wrote: > On Mon, Apr 6, 2009 at 13:58, spike wrote: > > include Watir > > Remove this from your script and try again. > > > no such file to > > load -- safariwatir (MissingSourceFile) > > Not sure how you got this error message. Maybe "

[wtr-general] Re: Where to run the script

2009-04-06 Thread spike
it worked, thanks a lot On Apr 6, 5:05 pm, Angrez Singh wrote: > remove Include Watir line from your file > > - Angrez > > > > On Mon, Apr 6, 2009 at 5:28 PM, spike wrote: > > > i'm not able to run the script from SciTE. I typed in the following > > script saved it and clicked F5. > > require '

[wtr-general] Re: Where to run the script

2009-04-06 Thread Željko Filipin
On Mon, Apr 6, 2009 at 13:58, spike wrote: > include Watir Remove this from your script and try again. > no such file to > load -- safariwatir (MissingSourceFile) Not sure how you got this error message. Maybe "include Watir" causes it. Željko --~--~-~--~~~---~--~-

[wtr-general] Re: Where to run the script

2009-04-06 Thread Angrez Singh
remove Include Watir line from your file - Angrez On Mon, Apr 6, 2009 at 5:28 PM, spike wrote: > > i'm not able to run the script from SciTE. I typed in the following > script saved it and clicked F5. > require 'Watir' > include Watir > ie = Watir::IE.new > ie.goto "http://www.google.com/"; > i

[wtr-general] Re: Where to run the script

2009-04-06 Thread spike
i'm not able to run the script from SciTE. I typed in the following script saved it and clicked F5. require 'Watir' include Watir ie = Watir::IE.new ie.goto "http://www.google.com/"; ie.url == "http://www.google.co.in/"; In the output panel I'm getting the following data >ruby startgoogle.rb C:/

[wtr-general] Re: Where to run the script

2009-04-06 Thread Željko Filipin
On Mon, Apr 6, 2009 at 12:58, spike wrote: > I'm using watir tool currently i'm running the script in Command > prompt. Is it the right way? or should i run the script in SciTE. I am running Watir scripts from command prompt for years. Works just fine. I have tried to run them from Scite and Netb