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
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to