[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

[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 vinaykumarl...@gmail.com 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

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

2009-04-06 Thread Željko Filipin
On Mon, Apr 6, 2009 at 13:58, spike vinaykumarl...@gmail.com 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 Željko Filipin
On Mon, Apr 6, 2009 at 12:58, spike vinaykumarl...@gmail.com 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

[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 ang...@gmail.com wrote: remove Include Watir line from your file - Angrez On Mon, Apr 6, 2009 at 5:28 PM, spike vinaykumarl...@gmail.com wrote: i'm not able to run the script from SciTE. I typed in the following script saved it

[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 zeljko.fili...@wa-research.ch wrote: On Mon, Apr 6, 2009 at 13:58, spike vinaykumarl...@gmail.com wrote: include Watir Remove this from your script and try again. no such file to load -- safariwatir (MissingSourceFile) Not