On Thu, Aug 30, 2012 at 6:15 PM, Daniela <[email protected]> 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