[wtr-general] Re: How to use looping structure in watir

2009-04-15 Thread spike

thankyou very much...

On Apr 16, 1:24 am, Chuck van der Linden  wrote:
> if you know how many times you need to iterate, for example 10, then
> it's as simple as
>
> 10.times do
>   
> end
>
> The ruby cheatsheet found in the watir wiki has some really basic
> examples of iteration.   if that's not enough to get you going, I
> might suggest read a book or two on ruby.  both the 'pickaxe' book and
> "Everyday scripting with Ruby" are highly recommended around these
> parts.
>
> On Apr 15, 1:07 am, Željko Filipin 
> wrote:
>
> > On Wed, Apr 15, 2009 at 08:35, spike  wrote:
> > > For this first i
> > > need to click on the scrolling link and then select the checkbox and
> > > then click on delete button
>
> > Have you read this?
>
> >http://wiki.openqa.org/display/WTR/Quick+Starthttp://wiki.openqa.org/...
>
> > Željko
> > --http://watirpodcast.com/
--~--~-~--~~~---~--~~
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@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: How to use looping structure in watir

2009-04-15 Thread Chuck van der Linden

if you know how many times you need to iterate, for example 10, then
it's as simple as

10.times do
  
end

The ruby cheatsheet found in the watir wiki has some really basic
examples of iteration.   if that's not enough to get you going, I
might suggest read a book or two on ruby.  both the 'pickaxe' book and
"Everyday scripting with Ruby" are highly recommended around these
parts.

On Apr 15, 1:07 am, Željko Filipin 
wrote:
> On Wed, Apr 15, 2009 at 08:35, spike  wrote:
> > For this first i
> > need to click on the scrolling link and then select the checkbox and
> > then click on delete button
>
> Have you read this?
>
> http://wiki.openqa.org/display/WTR/Quick+Starthttp://wiki.openqa.org/display/WTR/Tutorial
>
> Željko
> --http://watirpodcast.com/
--~--~-~--~~~---~--~~
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@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: How to use looping structure in watir

2009-04-15 Thread Željko Filipin
On Wed, Apr 15, 2009 at 08:35, spike  wrote:
> For this first i
> need to click on the scrolling link and then select the checkbox and
> then click on delete button

Have you read this?

http://wiki.openqa.org/display/WTR/Quick+Start
http://wiki.openqa.org/display/WTR/Tutorial

Željko
--
http://watirpodcast.com/

--~--~-~--~~~---~--~~
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@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---