Selenium安装环境搭建
https://www.zybuluo.com/mwumli/note/222253
遇到问题
报-13权限问题时
sudo npm install --unsafe-perm -g polymer-cli
adb找不到设备时
adb kill-server
adb start-server
adb devices
元素定位
find_element_by_android_uiautomator
https://blog.csdn.net/weixin_30824277/article/details/95229071