Re: [Wtr-general] hidden control..

2007-07-10 Thread mihai
exist method does not work, because the control exist but its hidden, and there is not a hidden? methodthat the reason for what ive asked if how i can find out that a control is hidden or not.. ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] hidden control..

2007-07-10 Thread Chris McMahon
I think this is in contrib: http://jira.openqa.org/browse/WTR-53 On 7/10/07, mihai [EMAIL PROTECTED] wrote: exist method does not work, because the control exist but its hidden, and there is not a hidden? methodthat the reason for what ive asked if how i can find out that a control is

[Wtr-general] hidden control..

2007-07-09 Thread mihai
i have this html code: input type=hidden how can i find out with watir if it is hidden or not? ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] hidden control..

2007-07-09 Thread Ċ½eljko Filipin
On 7/9/07, mihai [EMAIL PROTECTED] wrote: i have this html code: input type=hidden how can i find out with watir if it is hidden or not? Hi Mihai, Well, it's type is hidden. How could it be not hidden? Zeljko -- ZeljkoFilipin.com ___ Wtr-general

Re: [Wtr-general] hidden control..

2007-07-09 Thread mihai
no...i want something like : ie.button(..).exist? but ie.button().hidden? i want to tell me if the control is hidden or not because that button and other control appear if i press the Show Advanced option button and hides if i press the Hide Advanced option and i want to test if the show..

Re: [Wtr-general] hidden control..

2007-07-09 Thread Paul Rogers
there is a .hidden? method available in the user contrib section on the wiki I think. Or the email archives. Some submitted it, so it does exist. - Original Message - From: mihai [EMAIL PROTECTED] Date: Monday, July 9, 2007 2:34 pm Subject: Re: [Wtr-general] hidden control.. To: wtr