bugs apple wrote:
> In the locator.rb for watir api, there is call that execute the
> element.send(@how) method like below,
> but I fail to find the send method in element.rb,
>
> anybody can tell where it is and which rb files?
>
> def locate
> object_index = 1
> @elements.each do |object|
> element = Element.new(object)
> if @types.include?(element.type)
> if @how == :index
> attribute = object_index
> else
> begin
> puts @how
> attribute = element.send(@how)
> rescue NoMethodError
> raise MissingWayOfFindingObjectException,
> "#{@how <mailto:#%7B@how>} is an unknown way of
> finding an <INPUT> element (#{@what <mailto:#%7B@what>})"