Categories
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
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 a Question
731 491 924 answers to any question