require_gem 'watir',  "1.5.1.1017"
include Watir

IE.persist_ole_connection = true
 
is there another require required?

There is a typo in the Watir code. In 1.5.1.1017. it is actually

  IE.persist_ole_connect = true

I will be fixing this momentarily. It really should be IE.persist_ole_connection.

This is a good reason to start building the rdocs again!

Thanks for your persistence.

Bret

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to