Hi all, sorry - ruby newbie here...
For text fields or hidden fields, we can change the value either by
using 'set' or 'value='. I also manage to add the method 'value=' to
Button class, so that I can change the Button value before submitting.
My question is, can I change the select list options/items too? E.g. I
have a drop down list of 4 items in the web page. Instead of using
ie.select_list(:name, "...").select("sss"), can I add a 5th item to
the list and select that instead?
My objective is to be able to modify the elements in the web page
before sending back to the server. Thx everyone..
Rgds
Jon
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general