My scenario is :
- Click “register with Facebook” link in my native app.
- Enter gmail id as email and click Login button on facebook login page ( I can perform switch context on emulator).
- Click “Login into google” button
- https://account.google.com3 page opened in chrome browser to check the verify code email
I am not able to switch to chrome browser in #4, I don’t know the activity and package of google app here, so I can’t be call switchActivity().
Let me know if you know solution for this scenario.Thanks