Currently exploring Selenium for testing purposes, I've run into some issues. Let's say I have the following:
<div class="itemize-row">
<p class="subText">
<span class="item-label">Card Color:</span> Mandarin
<span class="item-label">Colored Mug:</span> Red
</p>
</div>
Could someone assist me in retrieving the data "Red" using XPath or CSS?