<div id="uniqueSummaryID" class="custom-text" data-reactid=".0.0.0.3.0.0.1.0.0.0.0.$unique_key_25.1.1.0">
<span data-reactid=".0.0.0.3.0.0.1.0.0.0.0.$unique_key_25.1.1.0.0">5</span>
<span data-reactid=".0.0.0.3.0.0.1.0.0.0.0.$unique_key_25.1.1.0.1">/</span>
<span data-reactid=".0.0.0.3.0.0.1.0.0.0.0.$unique_key_25.1.1.0.2">15</span>
</div>
How can I extract the values '5' and '15' from the above HTML structure by targeting the div with id 'uniqueSummaryID', ideally without relying on XPath in Selenium using C#?