Google authenticator extension

I need to directly redirect to google authenticator extension in google chrome browser using python and capture the OTP code and fill in the input field.is there any solution for this?

It would be easier to use a Python OTP library to generate the OTP code and use this to login. See this example.

1 Like

Thank you for sharing your experience. I believe it will help us resolve the problem