knockoutlocal
Junior Member
- Jun 5, 2012
- 170
- 72
I've built a selenium bot that submits business information to different citation directories. I have captcha solving and email confirmations built in, however, I'm having trouble with some directories that send you an e-mail with a temporary then make you click a confirmation link and type the password in.
Finding the confirmation link is not problem, but I can't figure out how to extract the confirmation code that gets sent to me.
The e-mails will have something that says "Your temporary password is: xxxxxxxxxxxx Click on this link: http://xxxxxxxxxx and log in."
Any suggestions on how to extract the temporary password out?
Background:
-Program uses:
-seleneium framework
-OpenPOP for e-mail
-Written in C# Winforms
Any help would be appreciated.
Finding the confirmation link is not problem, but I can't figure out how to extract the confirmation code that gets sent to me.
The e-mails will have something that says "Your temporary password is: xxxxxxxxxxxx Click on this link: http://xxxxxxxxxx and log in."
Any suggestions on how to extract the temporary password out?
Background:
-Program uses:
-seleneium framework
-OpenPOP for e-mail
-Written in C# Winforms
Any help would be appreciated.