Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added support for applications with multiple processes #785

Conversation

tomaskatz96
Copy link
Contributor

Added support for applications with multiple processes
Example: when running following command:
"adb shell ps | grep <package_name>"
the output looks like this:
u0_a262 22229 844 8667368 243348 0 0 S <package_name>:MainProcess

Copy link
Member

@KazuCocoa KazuCocoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. Let me wait for the CI

@mykola-mokhnach
Copy link
Contributor

@tomaskatz96 Please fix unit tests to be able to proceed with the merge

@tomaskatz96 tomaskatz96 force-pushed the added_support_for_apps_with_multiple_proccesses branch from 132dd7a to 3fc2ed7 Compare January 8, 2025 14:50
@tomaskatz96
Copy link
Contributor Author

@mykola-mokhnach done

@KazuCocoa KazuCocoa merged commit ff18d96 into appium:master Jan 8, 2025
10 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 8, 2025
## [12.10.0](v12.9.0...v12.10.0) (2025-01-08)

### Features

* Added support for applications with multiple processes ([#785](#785)) ([ff18d96](ff18d96))
Copy link

github-actions bot commented Jan 8, 2025

🎉 This PR is included in version 12.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@eglitise eglitise added the size:S contribution size: S label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released size:S contribution size: S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants