> You can also identify elements using multiple attributes, for example :class and :index :<br><br>ie.div(:class => 'contentItem', :index => 3) # access the 3rd div with a class of ' > Perfect - that's exactly what I was after. Must have missed that in my tutorials and readings. Lovely.