Automating One Time Password (OTP) is always a bit challenging as you need to work with a third-party service to send/receive messages. Let’s take a look at how we can do that…
⚙️ Dependencies
- WebdriverIO: browser automation framework (can be replaced with any other JS browser automation framework)
- Twilio: to generate a temporary phone number and receive SMS
- GitHub: example site to test OTP on
In this video, we will cover step-by-step on how to automate OTP using JavaScript:
You can also clone the GitHub repo to access this code
To learn more about WebdriverIO, check out my free tutorial series here –
Happy testing! ?