#安装夜神后需要把其下的nox_adb文件替换
自己装好的adb,替换为nox_adb,然后启动夜神,即可成功连接
#连接模拟器微信涉及到的adb命令
C:\Users\trl>where adb
C:\platform-tools-latest-windows\platform-tools\adb.exe
C:\Users\trl>adb devices
List of devices attached
127.0.0.1:62025 device
C:\Users\trl>adb shell "dumpsys window|grep mCurrent
mCurrentAppOrientation=1
mDismissKeyguard=0 mCurrentlyDismissingKeyguard=false
mCurrentRotation=3
mCurrentUserId=0
mCurrentFocus=Window{8d84540 u0 com.tencent.mm/com.tencent.mm.ui.LauncherUI}
#Inspector元素定位工具连接模拟器
首先确保appium启动
连接即可定位元素