I can’t find email address in inspect in other hand when I copy the address by clicking copy button in site, I don’t know how to read clipboard’s data.
Is there a way to get that email address or can you give me a node or method to read clipboard or Paste(Ctrl + v) automatically? https://temp-mail.org/en/
The key is to extract the value attribute from the <input> element, this will contain the value shown within the input field.
I’ve built a workflow which will keep polling for the email address until it appears on the page. At the beginning the page shows “Loading …” and just after a few seconds the email address appears. This is handled through the loop: