+2  A: 

Element#select returns an array, not an element, but you're treating it like an element. You might want Element#down instead.

T.J. Crowder