I am using python selenium and trying to get the email listed below:
<a class="contactAction-214" aria-label="Email example@example.com" tabindex="0" draggable="false" href="mailto:example@example.com"><i data-icon-name="Mail" aria-hidden="true" class="icon-224"></i><span class="text-219"><span>example@example.com</span></span></a>
I am trying to get the email: example@example.com above; I have been stuck on this for about an hour now and I think the easiest way to do this would be to get the href or aria-label, any help appriceated!