Does anyone have an idea on how can I target a single element from a set of elements with almost the same set of attributes. The element in question has fewer attributes, as in following (very general) example:
<div att1="abc" att2="xyz">...</div> <div att1="abc">...</div>
How can I target the second element?