From: Shawn Anderson Date: 2007-08-07T03:29:46+09:00 Subject: Re: Watir code problem & htt ------=_Part_154996_17126314.1186424986918 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Jeff, This happens in Watir when your page has an iframe with a src attribute in another domain. (ie an ad) Please take a look at watir's documentation for how to suppress these warnings. http://wiki.openqa.org/display/WTR/FAQ look at the section titled "Access denied when trying to access a frame" hope this helps, /Shawn On 8/5/07, Jeffrey Bowen wrote: > > I'm trying to use Watir and of course being a none > programmer I need help understanding the http source > code. Can someone point me to a good http book. > --------------------------------------------------- > I get the following error when opening a web page with > Watir. > W, [05-Aug-2007 19:58:20#5180] WARN -- : frame error > in waitdocument > OLE error code:80070005 in > Access is denied. > > > HRESULT error code:0x80020009 > Exception occurred. > c:/ruby/lib/ruby/gems/1.8/gems/watir-1.4.1/./watir.rb:1405:in > `method_missing' > c:/ruby/lib/ruby/gems/1.8/gems/watir-1.4.1/./watir.rb:1405:in > `wait' > c:/ruby/lib/ruby/gems/1.8/gems/watir-1.4.1/./watir.rb:1404:in > `upto' > c:/ruby/lib/ruby/gems/1.8/gems/watir-1.4.1/./watir.rb:1404:in > `wait' > c:/ruby/lib/ruby/gems/1.8/gems/watir-1.4.1/./watir.rb:1254:in > `goto' > open_web.rb:5 > ------------------------------------------ > require 'watir' # the watir controller > include Watir > > ie = Watir::IE.new > ie.goto(" > http://finance.yahoo.com/charts#chart2:symbol=xle;range=3m;indicator=sma(10,20)+split+macd+volumema(20);charttype=ohlc;crosshair=on;logscale=on;source=undefined > ") > #ie.close() > > > > > ____________________________________________________________________________________ > Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated > for today's economy) at Yahoo! Games. > http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow > > ------=_Part_154996_17126314.1186424986918--