Is it possible to get email by element click?

Click on author name then need to click okay after email is showing. How can scrape the email?

Url: Involve, a Journal of Mathematics Vol. 18, No. 1, 2025

Sitemap:
{"_id":"tets","startUrl":["https://msp.org/involve/2025/18-1/p03.xhtml"],"selectors":[{"clickActionType":"real","clickElementSelector":"a.author-name","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"Click","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"email","multiple":false,"parentSelectors":["Click"],"regex":"","selector":"[href^=\"mailto\"]","type":"SelectorText"}]}

Hi,

It looks like it will not be possible since the script is executed outside of the HTML of the website.

1 Like

Okay. Thank you for your response.