I'm using Selenium WebDriver and Python 3 and I'm trying to retrieve part of the text of the element.
<div id="ConfirmInfo" class="row">
<h3>Confirmation #: S1234567890 </h3>
</div>
How can I retrieve just "S1234567890" without "Confirmation #: "?