I am trying to automate some processes on an OTP authenticated account and using selenium-webdriver
firefox
. The system asks me for an OTP after login with the option to paraphrase don't ask for otp on this system.
The problem is when I launch the program again, after login it asks for OTP again. Which doesn't happen if I launch a normal instance of Firefox
.
Is there a way to store/use the machine token over again using selenium firefox?
Thanks