Can't find an element in inspect

Hi,


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/

Mehrdad

The key is to extract the value attribute from the <input> element, this will contain the value shown within the input field.

image

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:

You can get the workflow here:

– Philipp

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.