> +    def __ole_inner_elements
> +      document.body.all
> +    end
> +
> +    def document
> +      assert_exists
> +      if @document
> +        @document
> +      else
> +        raise FrameAccessDeniedException, "IE will not allow access to this 
> frame for security reasons. You can work around this with ie.goto(frame.src)"
> +      end
> +    end
> +
> +    def attach_command
> +      tag_name = @specifiers[:tag_name].join("' << '")
> +      @container.page_container.attach_command + ".frame(:tag_name => 
> Array.new << '#{tag_name}', :unique_number => #{unique_number})"

The tests still pass when :tag_name is removed from Frame#attach_command. 
However, it seems that the alert and filefield specs fail when :tag_name is 
removed from Element#generate_ruby_code.

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-classic/pull/48/files#r2474308
_______________________________________________
Wtr-development mailing list
Wtr-development@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to