I'm trying to access a field by the display name that is a link, something like this:
<a class="node" href="javascript: MCMenu(7);">MÓVEL</a>
and trying to access the item by doing this:
t= $browser.link(:text => "MÓVEL").exists?
t.click
the error is:
unable to locate element, using {:text=>"M\303\223VEL", :tag_name=>"a"} (Watir::Exception::UnknownObjectException)