Feature Request: Add support for external activity discovery tools (e.g. activity_finder)
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
Hi Appium team,
I would like to propose a feature enhancement that may improve Android automation debugging and activity handling.
I have developed a lightweight open-source tool called activity_finder:
https://github.com/jaxonister/activity_finder
Problem
In real-world Appium automation, especially on Android, one common challenge is discovering:
- current foreground activities
- available activities in an app
- activity transitions during testing
This often requires multiple adb commands or manual inspection, which slows down debugging and test development.
Proposal
The tool activity_finder provides a simple way to:
- list and detect Android activities
- identify current running activity
- help quickly locate target activity for automation scripts
It could be useful if Appium could:
- integrate similar activity discovery capability
- or provide a plugin / hook interface for external tools
- or expose a standardized API for activity inspection
Why this matters
Better activity visibility would significantly improve:
- test stability
- debugging efficiency
- onboarding for new automation engineers
Optional integration idea
Even a simple command or extension like:
driver.getCurrentActivity()driver.listActivities()
would help bridge this gap.
Conclusion
I believe this feature could improve Android automation workflows in Appium ecosystem, and I would be happy to contribute or discuss implementation ideas further.
Thanks for your time 🙌
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
Im Issue sind keine Dateien, Tests oder Einstiegspunkte angegeben. Kläre zuerst, ob das Ziel eine Appium-Client-API, eine Plugin- oder Hook-Schnittstelle oder die Integration eines externen Tools ist, und definiere anschließend das unterstützte Android-Verhalten sowie die Tests, die den Abschluss bestätigen würden.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- android, python
- Bereich
- mobile
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Ruhig
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100