appium / appium/python-client

Feature Request: Add support for external activity discovery tools (e.g. activity_finder)

オープン
#1,230 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
Python
スター
1.8k
フォーク
570
平均マージ
1日 10時間
マージ済み PR(30日)
24

説明

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 🙌

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

Issue では、ファイル、テスト、エントリポイントが特定されていません。まず、目的が Appium クライアント API、プラグインまたはフックのインターフェース、あるいは外部ツールとの統合のいずれであるかを明確にし、その後、サポートする Android の動作と、完了を確認できるテストを定義してください。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
android, python
領域
mobile
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
静か
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。