Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

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

Đang mở
#1,230 1 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
25/100
Loại issue
Tính năng
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Ít trao đổi
Công nghệ
android, python
Lĩnh vực
mobile

Hướng nghiên cứu

Issue không xác định tệp, test hoặc entry point nào. Trước tiên, hãy làm rõ mục tiêu là một Appium client API, một plugin hoặc hook interface, hay việc tích hợp với công cụ bên ngoài; sau đó xác định hành vi Android được hỗ trợ và các test dùng để xác nhận rằng công việc đã hoàn tất.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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 🙌

Ngôn ngữ chính
Python
Star
1.8k
Fork
570
Merge trung bình
1 ngày 10 giờ
Pull request đã merge (30 ngày)
24

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của appium/python-client

Tất cả issue của appium/python-client

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.