I am trying to get the blob url src from the audio control as seen from this Inspect Element snippet:
<audio controls="" src="blob:http%3A//icubs.org.uk/ef44814c-3eed-44a3-a085-f56ab8f34903" id="audio"></audio>
Does anyone know the best way to get this? Is it possible to get it using document.GetElementByID?
Thanks!