A
A
aab1372021-09-24 18:10:13
selenium
aab137, 2021-09-24 18:10:13

Selenium. The line is not in the page code, how to read it?

Site https://temp-mail.org/ru/
In the middle of the page is visible email address.
It's not in the page code. How to read it using selenium?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
taktik, 2021-09-25
@taktik

Directly from the page most likely in any way. But you can go the other way:
- Using Selenium, click on the green copy to clipboard button
- Subtract the value from the buffer, for example, using pyperclip

import pyperclip
...
generated_email = pyperclip.paste()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question