[wtr-general] Re: `method_missing': unknown property or method `document' (WIN32OLERuntimeError) HRESULT error code:0x800706ba

2009-10-23 Thread LaurenL
Bret, I pasted the script below. Thanks for you looking into this. ~L # OMS Order Ack #-# # testOrderAck.rb #Author: Lauren #Date 6/15/2009 # # Purpose: to Ack orders in OMS prepping them for shipment # * Go to oms # * Click on

[wtr-general] Re: `method_missing': unknown property or method `document' (WIN32OLERuntimeError) HRESULT error code:0x800706ba

2009-10-23 Thread Tiffany Fodor
Hi Lauren! I've seen this error when the app goes down while my tests are running. Have you verified that you can access the site manually with IE6? If so, the next step I would try is to use irb to step through your test. If all else fails, I'd uninstall/reinstall IE6 and/or ruby and watir

[wtr-general] Re: `method_missing': unknown property or method `document' (WIN32OLERuntimeError) HRESULT error code:0x800706ba

2009-10-23 Thread Bret Pettichord
LaurenL wrote: puts Is there another order to ack? while b.link(:name, 'ack_0').exists? puts There is another order to Ack b.link(:name, 'ack_0').click b.button(:name, oms/util/SendOrderAckDroplet.sendOrderAck).click b.refresh sleep 3 end What happens after you click the button?

[wtr-general] Re: `method_missing': unknown property or method `document' (WIN32OLERuntimeError) HRESULT error code:0x800706ba

2009-10-22 Thread Bret Pettichord
Can you show us this code? C:/ruby/qa_scripts/OMS/testOrderAck.rb:41 Bret LaurenL wrote: About two weeks ago I stopped being able to run all watir scripts on my machine. I have not updated or changed anything. The same scripts run on a different computer, so I know its not the script.