[Wtr-general] assert_text_in_combobox_by_name

2006-06-22 Thread Adrian Rutter
I am trying to verify the current option selected in a combo-box. I have required and included watir_simple and invoked this method $ie.assert_text_in_combobox_by_name('criteria.countryId', 'Select') The problem I am receiving however is:test failed: uninitialized class variable @@browser in

[Wtr-general] assert_text_in_combobox_by_name

2006-06-14 Thread Adrian Rutter
Hi, I am trying to verify a selected option in a combo-box. I have required 'watir_simple' and run a test with this in: $ie.assert_text_in_combobox_by_name('criteria.countryId', 'Select', mesg=nil) I am receiving an undefined method. I have tried to include the module 'Simple' and I get:

Re: [Wtr-general] assert_text_in_combobox_by_name

2006-06-14 Thread Bret Pettichord
Try:include Watir::Simple ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general