Python Forum
Dynamic links with selenium - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Dynamic links with selenium (/thread-25593.html)



Dynamic links with selenium - EvilDodo - Apr-04-2020

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


RE: Dynamic links with selenium - ndc85430 - Apr-04-2020

Why do you want to do that? They offer an API, so couldn't you use that to fetch the emails and process them?