def test_daka(self):
self.driver.find_element(MobileBy.XPATH,"//*[@text='工作台']").click()
self.driver.find_element(MobileBy.ANDROID_UIAUTOMATOR,
'new UiScrollable(new
UiSelector().scrollable(true).instance(0)).scrollIntoView(new
UiSelector().text("打卡").instance(0));').click()
----------------------------------------------------------------------------
> self.driver.find_element(By.ANDROID_UIAUTOMATOR,
'new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().text("打卡").instance(0));').click()
NoSuchElementException
运行滚动查找元素的时候就是没有滚动导致元素也无法查找到。有高手指点一下为什么滚动元素没有滚到。