Replies: 1 comment
-
You have to tap on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you run tests on a fresh device and perform an action that opens a webview, the Chrome first-time setup is shown:
![image](https://private-user-images.githubusercontent.com/1628243/276561799-0351323d-5e94-4a04-a2a2-54973d3535e0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTgzMzUsIm5iZiI6MTczOTE5ODAzNSwicGF0aCI6Ii8xNjI4MjQzLzI3NjU2MTc5OS0wMzUxMzIzZC01ZTk0LTRhMDQtYTJhMi01NDk3M2QzNTM1ZTAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTQzMzU1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NWY3MDc5MGMzNGZjZTI0NWQ3NzkxOWJiZDgyYzQ2NjQ3ZmI3NTc1ZjhkOWRmYzQwOGNiNjkwZTM0NWM4NDFmMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.D8yCT3vJcAd2Rupwe6-wEZIOUEwWnQi35qokUKlgbgc)
This is a blocking action because the WebView stays open and we are unable to go back to the app.
Is there a way to circumvent this?
Beta Was this translation helpful? Give feedback.
All reactions