:) 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
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
>>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
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
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.
>
>
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
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