I aam trying to automate signup page and when i click on signup button it send an email of verificaion. How to automate this process without going to my email account with using selenium python.
i have tried mailinator api with selenium. But mailinator blocks it after detecting its a automation script
i have implemented it on java through Mailinator's API. but you could try to do the same on python.
public class MailinatorEmail {
}