Confusion about scrolling
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 1.8k
- フォーク
- 570
- 平均マージ
- 1日 10時間
- マージ済み PR(30日)
- 24
説明
I haven't been able to find what the final word on scrolling in Android is. According to the python source code, there is a method scroll. But it doesn't work.
According to the Android docs, there's a thing called UiScrollable. But it doesn't work.
According to the appium docs, there's a thing called TouchActions. But it doesn't work.
driver.execute_script("mobile: scroll", {"direction": 'down', 'element': el})
If you do this, you are told that "the method has not yet been implemented".
So what is the final word on scrolling? That it's completely broken? That scroll is supposed to work, and that there is something wrong with my setup?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、Python クライアントの scroll メソッドを追跡し、レポートで言及されている Android UiScrollable、Appium TouchActions、mobile: scroll のエントリポイントと比較します。可能であれば例を再現し、どのスクロール方法がサポートされているか、何が失敗するか、報告されている未実装メソッドが想定されたものかどうかを記録してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- mobile
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100