[wtr-general] Re: how to install watirloo

2009-06-14 Thread Al Snow
Try: git clone git://github.com/marekj/watirloo.git Thanks, Al Snow Linkedin: http://www.linkedin.com/in/alsnow Google Talk: jasnow1 Twitter: jasnow Date: Sun, 14 Jun 2009 13:10:56 +0800 Subject: [wtr-general] how to install watirloo From: iamhappypri...@gmail.com To: watir-general@googlegroups

[wtr-general] Re: How to click on text on a cell which locate inside undefined tables

2009-06-14 Thread Sekha Redd
Hi all, title contains full text "Spam folder".. how do I click that link using "title" ?? code below @ie.title.include?('Spam') then puts "Oh here" Thx On Sat, Jun 13, 2009 at 7:42 PM, Chuck van der Linden wrote: > > why are you firing the 'ondblclick' method? > > Normally if text in a cell

[wtr-general] issue with combobox for watir

2009-06-14 Thread jane.liu
I am a new watir leaner. I have some issue with combobox for watir code file is: --Please choose-- changsha one Alberta i wirite ruby for : ie.select_list(:id, "ctl00_ContentPlaceHolderBody_ComboBoxStoreName").select_vaule ("changsha one") but it prompt me: undefined

[wtr-general] Re: require function is not working

2009-06-14 Thread Anna Gabutero
On Sat, Jun 13, 2009 at 05:50:19AM -0700, Chethan wrote: > > I am using require earlier, I even make sure that when I call the file > present working directory is same, as I said earlier I was using this > type of frame work earlier it was working absolutely well. > > I tried many a times, more o

[wtr-general] Re: how to install watirloo

2009-06-14 Thread Anna Gabutero
On Sun, Jun 14, 2009 at 01:10:56PM +0800, 王博天 wrote: > HI: > > I want to install watirloo, when i using gem install to install it > ,there is a error ,like below > C:\watirloo>gem install watirloo > ERROR: could not find gem watirloo locally or in a repository > > please

[wtr-general] Re: issue with combobox for watir

2009-06-14 Thread Charley Baker
You misspelled the method name and you need to use the right method or arguments: set to set based on the text: ie.select_list(:id,"ctl00_ContentPlaceHolderBody_ComboBoxStoreName").set("changsha one") or select_value to select the value: ie.select_list(:id,"ctl00_ContentPlaceHolderBody_ComboBoxSt

[wtr-general] Re: Towards migrating to Watir.com

2009-06-14 Thread Alister Scott
It seems like we're going full circle here. I am not at all 'set' on using wordpress, I just thought it would fit the need of being easy to update and provide a custom URL: watir.com. If we just want to redirect watir.com to http://wiki.openqa.org/display/WTR/Project+Home then that suits me, as

[wtr-general] Re: issue with combobox for watir

2009-06-14 Thread jane.liu
thank for you help, but It is also fail for your methods it prompt : d:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1928:in `assert_exists': Unable to locate object, using id and ctl00_ContentPlaceHolderBody_ComboBoxStore (Watir::Exception::UnknownObjectException) from d:/ruby/lib/ruby/site_r

[wtr-general] Re: issue with combobox for watir

2009-06-14 Thread Wesley Chen
It works for me when I run the code. $ie.select_list(:id,'ctl00_ContentPlaceHolderBody_ComboBoxStoreName').set(/chang/) Thanks. Wesley Chen. On Mon, Jun 15, 2009 at 11:02 AM, jane.liu wrote: > > > > thank for you help, > > but It is also fail for your methods > > it prompt : > d:/ruby/lib/ruby

[wtr-general] Re: issue with combobox for watir

2009-06-14 Thread jane.liu
it remain prompt me: new_appriasal.rb:27: undefined method `set' for # (NoMethodError) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@goog

[wtr-general] Re: issue with combobox for watir

2009-06-14 Thread Wesley Chen
MSN: cjq_...@sina.com Thanks. Wesley Chen. On Mon, Jun 15, 2009 at 1:22 PM, jane.liu wrote: > > > > it remain prompt me: > new_appriasal.rb:27: undefined method `set' for # 0x2e39c14> (NoMethodError) > > > > > --~--~-~--~~~---~--~~ You received this message beca

[wtr-general] Re: How to click on text on a cell which locate inside undefined tables

2009-06-14 Thread Shiran Gunarathna
Hi all, below highlighet texts are located in cells of a un named table. but they are working like links. when dblclick on that text, method highlighted on 'red' getting called. I am not being able to double click on this text using watir. Appriciate your help on this problem with working code se

[wtr-general] Re: issue with combobox for watir

2009-06-14 Thread jane.liu
hi,Wesley Chen may be gmail hidden your MSN partly MSN: cjq_...@sina.com On 6月15日, 下午1时34分, Wesley Chen wrote: > MSN: cjq_...@sina.com > Thanks. > Wesley Chen. > > > > On Mon, Jun 15, 2009 at 1:22 PM, jane.liu wrote: > > > it remain prompt me: > > new_appriasal.rb:27: undefined method `set'

[wtr-general] How to get static text value in a variable

2009-06-14 Thread Rahul Ahuja
I want to compare value of textfield appeared on webpage with expected output. for example: One my web application; i have a submit button. Wheneven I click it; following message is displayed. You have already submitted your response. Following is the html code for it: You have alrea

[wtr-general] Re: Issue with Select List

2009-06-14 Thread Pallavi Sharma
Hi All I tried the same with Selenium and QTP and they work for that web page. Can anyone tell me why watir is failing in such a scenario? Am I overlooking some things in watir? On Fri, Jun 12, 2009 at 11:01 AM, Pallavi Sharma wrote: > Hey George/Chuck > > Thanks for the response so far, i am