How to handle permissions in android app using Appium library for Robot framework?
Asked
Active
Viewed 509 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Sep 13 '21 at 21:04
1 Answers
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