このコードを試しました:
scrollObject = dict(direction="down", text="some_text", element=appium_driver_elem.id)
self.driver.execute_script("mobile: scrollTo", scrollObject)
しかし、次のようなエラーが表示されます。
「appium_driver_elem に id のような属性がありません」または場合によっては nosuchelementexception が発生します。
appium
を使用してアンドロイドでスクロールする最も簡単な方法は何python
ですか? 完全なテスト例はありますか?