Confusion about scrolling
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Python
- Sterne
- 1.8k
- Forks
- 570
- Ø Merge
- 1 T. 10 Std.
- Gemergte PRs (30 T.)
- 24
Beschreibung
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?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne damit, die scroll-Methode des Python-Clients nachzuverfolgen und sie mit Android UiScrollable, Appium TouchActions und den im Bericht erwähnten Einstiegspunkten mobile: scroll zu vergleichen. Reproduziere die Beispiele nach Möglichkeit und dokumentiere, welche Scroll-Ansätze unterstützt werden, was fehlschlägt und ob die gemeldete nicht implementierte Methode erwartungsgemäß ist.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- mobile
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100