
appium
xugexuge
这个作者很懒,什么都没留下…
展开
-
python3+appium的物理按键代码
keyevent keyevent(self, keycode, metastate=None): Sendsakeycodetothedevice.Androidonly.Possiblekeycodescanbefoundinhttp://developer.android.com/reference/android/view/KeyEvent.html【...原创 2019-04-23 10:15:53 · 898 阅读 · 0 评论 -
python3 appium获取元素属性get_attribute
获取text # coding:utf-8 from appium import webdriver from time import sleep desired_caps = { 'platformName': 'Android', 'deviceName': '127.0.0.1:62001', ...转载 2019-04-29 10:24:02 · 919 阅读 · 0 评论