I am using python selenium and trying to get the email listed below:
<a class="contactAction-214" aria-label="Email [email protected]" tabindex="0" draggable="false" href="mailto:[email protected]"><i data-icon-name="Mail" aria-hidden="true" class="icon-224"></i><span class="text-219"><span>[email protected]</span></span></a>
I am trying to get the email: [email protected] 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!