# sspan is the variable to which I assigned the Span object. The span object contains the text field.
sspan = $ie.span(:id, 'guaranteedSpan')
sspan.text_field(:index, 1).set('165000') # the text field name is dynamic, it changes all the time. So, I used index here.
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
