Re: [wtr-general] Re: Insertion of data into oracle database through watir script

2010-06-18 Thread naresh vatsal
Hi Linden, *I am pasting my script code below* require 'watir' require 'oci8' require 'dbi' ie = Watir::IE.new ie.goto(http://localhost:/venus;) #ie.bring_to_front; #ie.maximize; ie.textField(:id, login:username).set(admin); ie.textField(:id, login:password).set(admin); ie.button(:name,

[wtr-general] Cant install Watir using Gem

2010-06-18 Thread James
I’m a freshman on Ruby and now trying to install ruby on my machine according to the Tutorial on http://wiki.openqa.org/display/WTR/Tutorial However, after I installed the ruby186-26, and run the command “gem update --system”, the following error occurred: C:\Documents and

Re: [wtr-general] question for ff browser

2010-06-18 Thread Željko Filipin
On Thu, Jun 17, 2010 at 11:10 PM, Cristina cristina.toro...@gmail.com wrote: The question is how can I close the second browser and return to the main one to continue checking the other links? browser1.link(how, what).click browser2 = Watir::Browser.attach(how, what) # do something with browser2

Re: [wtr-general] Re: Insertion of data into oracle database through watir script

2010-06-18 Thread Željko Filipin
On Fri, Jun 18, 2010 at 8:10 AM, naresh vatsal nareshvatsa...@gmail.com wrote: from Venus-Admin-Insert.rb:22 And this line is? This? cName =ie.textField(:id, globalForm:categoryName).set(naresh); Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com -

Re: [wtr-general] Cant install Watir using Gem

2010-06-18 Thread Željko Filipin
On Fri, Jun 18, 2010 at 8:16 AM, James fightmy...@gmail.com wrote: Meanwhile, we have tried this on other machines and the result turned out ok. Did you try to uninstall ruby186-26 and install it again? I think we are recommending ruby186-26 because some pop-up stuff needs it. If you do not

[wtr-general] Re: Watir site at stackexchange.com

2010-06-18 Thread Željko Filipin
On Thu, Jun 17, 2010 at 5:39 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: - go to http://area51.stackexchange.com/proposals/6738/watir?referrer=cBxk1oncaoo1 - click link Follow It! - enter your e-mail - click button Submit I am glad to see that in just one day we have 9 people

[wtr-general] Re: Cant install Watir using Gem

2010-06-18 Thread joedio
James, While you didn't tell us know what OS you're running, I can see from the the c\: in the error report that its some flavor of Windows (XP, Vista, Win7, etc.) Make sure of the following: a) You are Logged into Windows as a user with Administrative rights b) If installing via the Ruby

[wtr-general] Re: Watir ads at stackoverflow.com

2010-06-18 Thread Željko Filipin
Stack Overflow Watir ad got the first vote! :) 5 more to go until the ad is displayed at stackoverflow.com. (Voting requires meta.stackoverflow.comaccount with 15 reputation.) http://meta.stackoverflow.com/questions/53346/open-source-advertising-sidebar-2h-2010/53544#53544 Željko -- Before

Re: [wtr-general] Re: Watir site at stackexchange.com

2010-06-18 Thread Felipe Knorr Kuhn
Z*, I have added 5 more questions. FK 2010/6/18 Željko Filipin zeljko.fili...@wa-research.ch: On Thu, Jun 17, 2010 at 5:39 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: - go to http://area51.stackexchange.com/proposals/6738/watir?referrer=cBxk1oncaoo1 - click link Follow It! -

[wtr-general] uninitialized constant Watir NameError

2010-06-18 Thread Adam
i have a question about a REALLY weird error I'm getting using notepad++ windows 7, ruby 1.8.6, latest installation of Watir using gem install watir command so i changed the filename of my ruby script yesterday and now whenever I add the line require 'watir' i get the following error message:

Re: [wtr-general] uninitialized constant Watir NameError

2010-06-18 Thread Felipe Knorr Kuhn
I would guess you have to import the rubygems package as well. Can you try that? On Fri, Jun 18, 2010 at 1:48 PM, Adam xyza...@gmail.com wrote: i have a question about a REALLY weird error I'm getting using notepad++ windows 7, ruby 1.8.6, latest installation of Watir using gem install watir

[wtr-general] Re: uninitialized constant Watir NameError

2010-06-18 Thread Adam
IRC chat link: http://wiki.openqa.org/display/WTR/The+IRC+Channel On Jun 18, 9:54 am, Felipe Knorr Kuhn fkn...@gmail.com wrote: I would guess you have to import the rubygems package as well. Can you try that? On Fri, Jun 18, 2010 at 1:48 PM, Adam xyza...@gmail.com wrote: i have a