12

We understand that the app needs to be launched by a browser and then a app container comes up with the cached app. However, we don't know how to move the handle from the browser the app container. Any thoughts?

Volo
  • 28,673
  • 12
  • 97
  • 125
Deep
  • 121
  • 2
  • Would this not be similar to switching from one app to another app? see https://discuss.appium.io/t/switch-between-apps/8380 or search https://discuss.appium.io – TWL Jul 25 '17 at 23:34
  • Could you clarify what you mean by this? "However, we don't know how to move the handle from the browser the app container." The instant app should launch automatically and take over the screen once its URL has been matched by the browser. – Troy Aug 09 '17 at 22:01
  • Instant Apps is launched the same way Deep Links are handled so the approach on Appium is similar. See these for help: https://discuss.appium.io/t/clicking-on-an-intent-url-non-http-link-inside-a-webview-solved/5022, https://discuss.appium.io/t/deep-linking-with-appium/3365, https://discuss.appium.io/t/deeplinking-scheme-url-testing-on-android/4163 – TWL Aug 18 '17 at 23:57
  • @Deep, i hope your problems has been solve. can you get back if you have same problems. – Prags Dec 13 '17 at 07:01

1 Answers1

0

Instant Apps is launched the same way Deep Links are handled so the approach on Appium is similar. See these for help

Help

Prags
  • 2,457
  • 2
  • 21
  • 38