Watir handles modal dialogs by compiling a custom version of win32ole that allows us to access the DOM. When you require win32ole it looks like it's overwriting a method we've defined. We could probably handle this better so our sample doesn't fail, but in any case the require 'win32ole' is unnecessary - watir is already including it and you should be able to make direct calls to the win32ole without issue.
Hugh -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
