Re: [Wtr-general] RegEx 151.1054

2006-08-23 Thread David Schmidt
Watir 1.5.1.1079 should fix this problem. A patch of mine improperly allowed a Regexp to be passed to DOM's getElementById() call. David Adrian Lewis wrote: I think we got a problem with RegEx watir 151.1054 this'll work fine def password_field;$ie.text_field(:name, 'password');end

[Wtr-general] RegEx 151.1054

2006-08-01 Thread Adrian Lewis
I think we got a problem with RegEx watir 151.1054 this'll work fine def password_field;$ie.text_field(:name, 'password');end this def password_field;$ie.text_field(:name, /password/);end rurturned on error of test failed: \nOLE error code:0 in Unknown\n No Description\n HRESULT