I am sure there is a more elegant way and WATIR can emulate a shift-key,
but I do the following:

            ie2.selectBox( :name "Thing").select("My thing")

            ie2.selectBox( :name , "thingAvailable").select("002")
            ie2.selectBox( :name , "thingAvailable").select("002")
            ie2.selectBox( :name , "thingAvailable").select("002")


            ie2.image(:src , /transferto_button.gif/).click

Good luck!

Carl




_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to