Question
Select all choices which are ancestors of the list item elementAn element for an item in a list. containing the text Item B2
.
<ol>
<li>Item A</li>
<li>Item B
<ul>
<li>Item B1</li>
<li>Item B2/li>
</ul>
</li>
<li>Item C</li>
</ol>