Python Forum

Full Version: Dynamic links with selenium
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://temp-mail.org . I want to make the program click an email (from google) so the program can click a link in the mail. The email links are unique everytime and i can't find an element that i can use so the program knows what to click. Does anyone know how can do it? Wall Wall
Why do you want to do that? They offer an API, so couldn't you use that to fetch the emails and process them?