StoreAttribute doesn't work eventhough click works

I am trying to extract the href of a link with store attribute. I tried everything but nothing works. Click does work and redirects me to the correct page.

the Xpath I use:
//*[@id=“ember2800”]/div/span/a@href

Pressing on Find here returns DOM not found but pressing on Find without the @href (//*[@id=“ember2800”]/div/span/a) works well

Screenshot 2022-03-14 at 10.26.30

Can you post a link to the website OR paste/attach the relevant HTML code here?

Hello, thanks for the reply. Hope this screenshot is enough :slight_smile:

I would need a HTML page source code that I run locally in the browser.