> + 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})"
I was wondering about that. I included the :tag_name since it was included in the Element#generate_ruby_code method. I assume the :tag_name could/should be removed from both places (assuming all tests still pass)? --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/pull/48/files#r2471545
_______________________________________________ Wtr-development mailing list Wtr-development@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-development