I am having scenario to check forgot password functionality using selenium webdriver + Java. Following steps am following :
1] Click on forgot password link.
2] Enter email id to recover account:
3] After entering valid email id OTP sent to email Id: Till now it's working great.
But now I need to enter OTP in the text field:
Is it possible to automate this scenario.
If possible then please suggest solution.
Thanks in advance..:)

