I have experienced the same in IE. The exception is raised when Watir::SelectList#select attempts to read the selected value and return it while the page is refreshing. My workaround was to use element.option(text: myvalue).select and then read the value separately through element.text.
Should probably raise a bug report for this. -- -- Before posting, please read https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
