-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
fix: Make package argument of startUri optional #776
fix: Make package argument of startUri optional #776
Conversation
The committers listed above are authorized under a signed CLA. |
4a8a006
to
78ae562
Compare
Then, will you make |
Sure. May I ask when I should create PR for that? I'm concerned about dependency. |
## [12.7.3](v12.7.2...v12.7.3) (2024-12-10) ### Bug Fixes * Make package of startUri optional ([#776](#776)) ([be54566](be54566))
🎉 This PR is included in version 12.7.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
You could use |
Hi @fur0ut0, congrats: the Appium project wants to compensate you for this contribution! Please reply to this comment mentioning @jlipps and @KazuCocoa and sharing your OpenCollective account name, so that we can initiate payment! Or let us know if you decline to receive compensation via OpenCollective. Thank you! |
@jlipps Thank you for that! Honestly, my contribution was part of the company's work, MagicPod. In this case, who deserves compensation, MagicPod or me? |
It's up to you @fur0ut0 |
startUri()
requirespkg
argument as app package name but app package can be omitted on executingam start
.It may show disambiguation popup in some cases (e.g. when there are multiple apps which handle the given URI and the default app is not configured.)