How to open PlayStore in app automation?

How to open PlayStore in app automation? I need to run hybrid application and interact with our site through app’s web view.

Hi Helen,

The only way to use PlayStore to download the app is to automate it using the script that the user needs to create at his end. For switching from app view to web view, you can use below command:

driver.context("NATIVE_APP");
driver.context("WEBVIEW");