[wtr-general] the ie.goto() problem

2009-04-11 Thread Chai Taolun
Hi~ Ruby is new to me and I got this problem in this code. Could you give me some help? Thank you infile.each{ |i| thisLocation = folderLocation, i print thisLocation k =testCaseNumber while k !=0 ie = Watir::IE.new ie.goto(thisLocation) and here is the error

[wtr-general] Re: Problem with watir (Radio Button)

2009-04-11 Thread moni
Hi, Try to use the class and value of the radio button instead of id, and also use click method instead of set. I am sure that you will access it with the above mentioned. Regards, Mohan. On Apr 4, 2:35 pm, spike vinaykumarl...@gmail.com wrote: Hello, i'm working onwatir with Internet

[wtr-general] Re: What gems to do you have installed?

2009-04-11 Thread Wesley Chen
I have installed a lot, but I don't know which I must install. actionmailer (2.2.2) actionpack (2.2.2) activerecord (2.2.2) activeresource (2.2.2) activesupport (2.2.2) archive-tar-minitar (0.5.2) bret-watircraft (0.4.5) builder (2.1.2) color (1.4.0) commonwatir (1.6.2) cucumber (0.2.3) diff-lcs

[wtr-general] Re: the ie.goto() problem

2009-04-11 Thread kiran
Hi, I think problem with folder path. suppose if we want open a file located in D:\watir The statement for watir ie.goto(D:\\watir) it would help you. On Apr 11, 12:15 pm, Chai Taolun ctco...@gmail.com wrote: Hi~ Ruby is new to me and I got this problem in this code. Could you give me some

[wtr-general] Re: How to change a ruby file into an .exe file

2009-04-11 Thread Jarmo Pertman
It's your Ruby script whichever you wanted to load :) On Apr 3, 4:40 pm, neeraj girdhar er.neeraj...@gmail.com wrote: Hi, what is this '/something' in your code. Regards, Neeraj --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[wtr-general] Re: How to know if the checkbox is checked or not?

2009-04-11 Thread Jarmo Pertman
Yup, you are correct, but I wanted to show it in the == context. Anyway, it was good for you to point out the correct usage, which I have been using also so that everyone else (hopefully) would use that approach too :) Jarmo On Apr 7, 7:08 pm, Bret Pettichord b...@pettichord.com wrote: Even

[wtr-general] Re: FireWatir bug/anomaly

2009-04-11 Thread Jarmo Pertman
Try to print out html for that select_list to make sure that you are really dealing with the correct select_list and there aren't any hidden ones or whatsoever. Or try just plain old .flash method to see if correct list is flashing :) Jarmo On Apr 5, 7:07 am, Chris christopher.mcma...@gmail.com