Appium学习
作者:互联网
1. adb devices 查看设备名称
2. adb shell dumpsys window | findstr mCurrentFocus 查看包名和activity名(Linux把findstr换成grep,window是findstr)
自己理解:adb shell 是控制andorid的命令,所以adb shell dumpsys相当于adb shell 进入android,然后输入dumpsys获取系统相关信息,dumpsys window是获取系统中和window相关的信息。
标签:findstr,Appium,shell,查看,dumpsys,学习,window,adb 来源: https://www.cnblogs.com/sunshine100034/p/15100358.html