0

How to handle permissions in android app using Appium library for Robot framework?

Naina A
  • 11
  • 1

1 Answers1

0

You can open the application using the following Key Word from Appium Library

Open Application http://localhost:4723/wd/hub app= <path to apk> platformName=Android appPackage=<appPackage> appActivity=<appActivity> automationName=UiAutomator2 autoGrantPermissions=true newCommandTimeout=10000

Here is a link explaining how to get apk activity how to get apk activiy

Brito
  • 67
  • 1
  • 14