Lets say I have the following..
<div>
<div>
<div>
<div></div> <<<Select this one..
<div></div> <<<Not this one..
<div></div> <<<Select this one..
<div></div> <<<Select this one..
</div>
</div>
</div>
How would I select those 3 divs
without adding any classes or ids? Is this even possible?