Watir code problem & http

J

Jeffrey Bowen

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 <Unknown>
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#cha...hlc;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
 
P

Paul Rogers

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 <Unknown>
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=...")
#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

you should post this to the watir list ( http://groups.google.ca/group/watir-general?lnk=srg
)
but, the error you see is due to there being some iframes on the page,
and Internet explorer prevents all script from from accessing items in
a different domain.
There arent any books on watir, an html book ( or http://w3schools.com/
) might be a help

Paul

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top