Angrez,
 
I seem to be going backwards here! I cannot get a clean installation of Watir. I have Ruby 1.8.2-15 installed.
 
Everything I do to get Watir going produces failures and errors. I don't know how to capture the details in windows. After some trial error I've managed to get Watir 1.4.1 installed but all_tests.rb freezes. The file loaded into IE is C:\Program Files\Watir\unittests\html\images1.html. The last thing I see in my command prompt is shown below

These objects all have the same id
This form is has a submit button that is an image
This is in a form. The form has hidden objects.
The first has a name - hid1
The second has an id- hidden_1 Click This Button to see the values in these boxes
.There are 4 forms
Form name:
       id:
   method: get
   action: pass.html
Form name: test2
       id:
   method: get
   action: pass2.html
Form name: buttonsubmit
       id:
   method: get
   action: pass.html
Form name: has_a_hidden
       id:
   method: get
   action:
..................F..F

Any suggestions?
 
Cheers
 
Chris

-----Original Message-----
From: Angrez Singh [mailto:[EMAIL PROTECTED]
Sent: Monday, February 20, 2006 4:59 PM
To: [email protected]
Subject: Re: [Wtr-general] xpath support doesn't work for me

Hi Brown,

Anyway, when I run my test script I get the following error message

c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1273:in `initialize': LoadLibrary:
c:\ruby\lib\ruby\site_ruby\1.8\watir\IEDialog\Release\IEDialog.dll
(RuntimeError)
        from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1273:in `new'
        from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1273
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
`require__'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
`require'
        from G:/workspace/web_pages/trial.rb:1

The error that you are getting has nothing to do with the XPath support. Could you please try to run the xpath unit tests provided with the TAR ball to make sure that XPath is working?

Regards,
Angrez

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to