Hello! ![]()
We recently moved from native login, using login with email and password to WebAuth login, using the SDK webview that prompts the user to login.
We had UI tests in place for E2E tests, which performed the login by inserting email and password to the fields (composable functions) and performing the login button click.
Since our app now opens the webview, we lose control and can’t input the fields, or click the login button in it.
My question is: can we achieve this somehow? Is there a way to tell the SDK to perform a “silent” login, so we can skip the login page?
Thanks in advance.