@BAS-Viet-Nam Thanks !!
Automating 2FA Setup in Google
-
Is there a way to automate the setup of 2FA in a Google account using BAS?
Manually I can do it by going into DevTools and enabling virtual authenticator under WebAuthn, but I don't know if this is even possible to automate in a BAS browser.
I know it can be done once the 2fa is already setup in the account using the Google Authenticator, but to setup the security key, everything Ive seen requires those edits to be made in DevTools first.
Looking for some guidance if anyone else has experience with this process. Thanks.

-
I am using this module for mfa, when mfa already installed
But I still did not try it to actually setup new auth on the account through it
http://community.bablosoft.com/post/98296
You can check it and try if it gonna work for youAnother way, if there is no new MFA access setup on the module, then do the first step through some another service, like https://www.browserscan.net/2fa for example
-
Appreciate it.
I saw both of those and I'm sure they'll work perfect for accounts that have the 2fa already enabled, but still seeking a way to enable the 2fa on an account through automation.
I know Chrome DevTools Protocol (CDP) provides a way to interact with Chromium-based browsers but no idea how I can do that with BAS or if its even possible.