My HTML code is structured as follows:
<div onclick="location.href='https://ford-parts-accessories.myshopify.com/products/ash-cup-coin-holder-with-lighter-element?refSrc=6748959244479&nosto=productpage-nosto-1-fallback-nosto-1';" class="nosto-image-container img-0" style="cursor: pointer;"></div>
<div class="nosto-product-info">
<a title="Ash Cup Coin Holder - With Lighter Element" href="https://ford-parts-accessories.myshopify.com/products/ash-cup-coin-holder-with-lighter-element?refSrc=6748959244479&nosto=productpage-nosto-1-fallback-nosto-1" class="nosto-product-brand">Ford</a>
<a title="Ash Cup Coin Holder - With Lighter Element"href="https://ford-parts-accessories.myshopify.com/products/ash-cup-coin-holder-with-lighter-element?refSrc=6748959244479&nosto=productpage-nosto-1-fallback-nosto-1" class="nosto-product-name">Ash Cup Coin Holder - With Lighter Element</a>
<a title="Ash Cup Coin Holder - With Lighter Element" href="https://ford-parts-accessories.myshopify.com/products/ash-cup-coin-holder-with-lighter-element?refSrc=6748959244479&nosto=productpage-nosto-1-fallback-nosto-1" class="noster-product-price">
The click event occurs on the first element, both of which are children of the same parent. However, I want to extract the title attribute from the children below it. Is this achievable?