Thanks a lot!

It worked!! great explanation!

[]'s

Em quinta-feira, 30 de agosto de 2012 14h41min28s UTC-3, Željko Filipin 
escreveu:
>
> On Thu, Aug 30, 2012 at 6:15 PM, Daniela <[email protected]<javascript:>> 
> wrote:
> > div(:test,:class => "fields pergunta").legend.click
>
> Page object gem does not work like that.
>
> To define the element, try something like this:
>
> class EnquetePage
>   # the rest of the code
>   def legend_element
>     @browser(:class => "fields pergunta").legend
>   end
> end
>
> and you can use it like this (in cucumber step):
>
> legend_element.click
>
> Željko
>

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to