Hi I wanted to know how I can select a certain index in all select_list boxes on the screen. I was able to make them flash with this line of code:
browser.elements(:class => "level").each { |e| e.flash }
Due to lack of experience I am unable to figure out how to actually select the same index (the last option from drop down) from all the boxes.