How do we verify content under a specific area in a page. Let say i need to verify a word in the contentPane. The word may present in span, title or p.
<div id="contentPane">
<span>Something</span>
<title> Title </>
<p> Paragraph has actual content </p>
</div>