appium滑动到指定元素怎么写
作者:互联网
appium滑动到指定元素怎么写
self.driver.find_element(MobileBy.ANDROID_UIAUTOMATOR,
'new UiScrollable(new UiSelector().'
'scrollable(true).instance(0)).'
'scrollIntoView(new UiSelector().'
'text("打卡").instance(0));').click()
标签:appium,UiSelector,指定,instance,new,滑动 来源: https://blog.csdn.net/weixin_46583017/article/details/113794170