My best guess is the problem is with the data.set command. Watir just jams the argument into the value parameter, whereas most pages have a bunch of validation code that runs on it first. In other words, it is likely that Watir is NOT running this validation code. If there is a problem with the format, then that could cause a problem down the line. So: double check the format of the date. Enter the date manually and then do a date.value command to see what the value looks like after entering it manually.
I haven not read all your code closely, so this is just a guess. (But thanks for sending it all.) Bret _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
