Re: [wtr-general] using regular expression

2010-08-23 Thread Pallavi Sharma
:) great.. all the best Regards Pallavi. On Mon, Aug 23, 2010 at 9:01 PM, chunchu kartheek wrote: > Thanks alot pallavi its working now > > On Mon, Aug 23, 2010 at 10:45 AM, Pallavi Sharma > wrote: > >> Hi >> >> I believe first you would have to get the count of check boxes in your >> page

[wtr-general] Re: WATiR Query

2010-08-23 Thread Pallavi Sharma
Adding Watir group, for everyone's benefit. Best place is www.watir.com go to the documentation part you have nice well explained examples. and some great cheat sheets ruby, www.ruby.org, rest the more you do it the more you learn... Regards Pallavi. On Mon, Aug 23, 2010 at 10:48 AM, Mohamed R

[wtr-general] Re: How to select a item from the dropbox

2010-08-23 Thread Chuck van der Linden
>>b.frame(:name, 'rightFrame2').select_list(:name,level).set(bu) 1) You might want to try using .select instead of .setYou might also want to first clear any selected items using .clearSelection 2) The value for the method is invalid, none of the tags for that list have '00907' as a label

[wtr-general] Re: Problem in Watir::Waiter.wait_until()

2010-08-23 Thread Chuck van der Linden
Yeah, learning how to use Rdocs (allmost all ruby gems use them) is critical for working with ruby. The Watir Wiki also is useful http://wiki.openqa.org/display/WTR/FAQ http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir Lastly, did you try searching this group on 'wait_until' ?? that's

Re: [wtr-general] using regular expression

2010-08-23 Thread chunchu kartheek
Thanks alot pallavi its working now On Mon, Aug 23, 2010 at 10:45 AM, Pallavi Sharma wrote: > Hi > > I believe first you would have to get the count of check boxes in your page > ... e.g. " ie.checkboxes.each { |c| puts c.to_s } " > > if they are in a table you can get the rows of your table. > >

[wtr-general] Re: Problem in Watir::Waiter.wait_until()

2010-08-23 Thread joedio
If you need info on a method be sure to check out the Watir Rdoc. http://wtr.rubyforge.org/rdoc/1.6.5/ It has syntax info on this method that may answer your questions. Joe On Aug 23, 12:18 am, Zubair wrote: > Please tell me how does      "Watir::Waiter.wait_until(t){ obj }" > works ,with its

[wtr-general] Jquery from stackoverflow

2010-08-23 Thread Marlena Compton
After searching for this info in the watir list, I found it in stackoverflow. Adding a cross-link here: http://stackoverflow.com/questions/2273524/firewatir-and-jquery -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message