How to get the information of System Services for Appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to get the information of System ...

How to get the information of System Services for Appium?


adb shell dumpsys [-t timeout] [--help | -l | --skip services | service [arguments] | -c | -h]
With the help of Dumpsys Command one can get the AppPackageName, AppActivities and element information as well. We can simply write below code.
adb shell dumpsys
but that will provide a whole lot of information so it is recommended to use helper or extension to get the exact information you required. Platform= Android.

Leave a Reply

Your email address will not be published. Required fields are marked *