appium滑动到指定元素怎么写
appium滑动到指定元素怎么写self.driver.find_element(MobileBy.ANDROID_UIAUTOMATOR,'new UiScrollable(new UiSelector().''scrollable(true).instance(0)).''scrollIntoView
·
appium滑动到指定元素怎么写
self.driver.find_element(MobileBy.ANDROID_UIAUTOMATOR,
'new UiScrollable(new UiSelector().'
'scrollable(true).instance(0)).'
'scrollIntoView(new UiSelector().'
'text("打卡").instance(0));').click()
更多推荐
已为社区贡献3条内容
所有评论(0)