Google Instant App - How to be go about automating with Appium

Viewed 272

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?

1 Answers

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

Help

Related