appium for python client scroll to view(not in current screen)

来源:互联网 发布:写编程到底什么意思 编辑:程序博客网 时间:2024/05/19 06:35
self.driver.find_element_by_android_uiautomator('new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().text("Views").instance(0));')

0 0