Try the following Category is holding an array and not just a single variable. Thereby each value needs to be picked up and then assigned.
category.each do |cat|
ie.text_field(:name,"ctl00$ContentPlaceHolder1$txtCategory").set(cat.to_s)
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
