I'm currently attempting to locate the href
attribute within an a
tag using puppeteer, but so far I have not been successful with any of my methods.
The specific
<a class="styles__StyledLink-sc-l6elh8-0 ekTmzq Asset--anchor" href="/foo1/foo2/foo3"></a>
is the a
element that I am trying to integrate into my program.