> + 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})"
Can't we use here only unique number specifier? Since it is unique it should be usable quite well. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/pull/48/files#r2467151
_______________________________________________ Wtr-development mailing list Wtr-development@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-development