Re: [Wtr-general] "Exist" method is avaliable in WATIR

2007-07-09 Thread Željko Filipin

On 7/9/07, murali <[EMAIL PROTECTED]> wrote:


If u have any docs related to WATIR



Take a look at WATIR User Guide at
http://wtr.rubyforge.org/watir_user_guide.html.

Zeljko
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] "Exist" method is avaliable in WATIR

2007-07-09 Thread murali
Thanx  Madam

 If u have any docs related to WATIR plz send to my mail id "[EMAIL PROTECTED]"

Reagrds
Murali
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] "Exist" method is avaliable in WATIR

2007-07-09 Thread Lavanya Lakshman
if (ie.link(:text, "Hello").exists?)
 puts "the text link exists"
else
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] "Exist" method is avaliable in WATIR

2007-07-09 Thread murali
Thnx for ur concern

i tried this method using "IF" condition . iam faild to get the answer.

actually

 if  " Active Categories should be 9 only" this comes i need to click on the " 
cancel button 
if not it should create a category.

can u plz tel me how it vil be use with IF statment
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] "Exist" method is avaliable in WATIR

2007-07-09 Thread Željko Filipin

Hi Murali,

Try this

b.link(:text, "Images").exist?
=> true

or this

b.link(:text, "Images").exists?
=> true

Zeljko
--
ZeljkoFilipin.com
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] "Exist" method is avaliable in WATIR

2007-07-09 Thread murali
Hi

"Exist" method is avaliable in WATIR. if it is there how it will be used.

Regards
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general