-
-
Notifications
You must be signed in to change notification settings - Fork 757
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
Update AndroidMobileCapabilityType #1238
Update AndroidMobileCapabilityType #1238
Conversation
|
||
/** | ||
* Initializing the app under test automatically. | ||
* Appium does not install/launch the app under test if this is {@code false}. Defaults to {@code true} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it does install the app, but skips the launch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mykola-mokhnach I've changed description to 'Appium does not launch the app...'. Should it be also changed in http://appium.io/docs/en/writing-running-appium/caps/ ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it makes sense to update the description in the documentation
Thanks. It might also be useful to mention since which Appium version these caps are available. (aka |
@mykola-mokhnach I've went through releases of Appium on github and collected since for those caps I was able to find. Are there any other sources that might be used to add this information? |
Usually version changelist is the only source to find it out |
Change list
Added missing capabilities from docs to AndroidMobileCapabilityType interface. Also, this will fix this issue
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
x
in the boxes that applyDetails
Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted java code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub