今天我更新了我appium
的1.5
一切都运行良好,除了mobile: scrollTo
命令。
el = getattr(driver, 'find_element_by_' + locator_type)(locator_path)
driver.execute_script("mobile: scrollTo", {"element": el.id})
此代码不再工作,我收到一个错误:
WebDriverException:消息:未知命令,除滚动之外的所有移动命令已被删除。
有人可以帮我吗?