-
-
Notifications
You must be signed in to change notification settings - Fork 759
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
Feature: Add support for "driver.status()" #1137
Comments
anilkrverma
added a commit
to anilkrverma/java-client
that referenced
this issue
Jun 13, 2019
- Solves Issue: appium#1137
anilkrverma
added a commit
to anilkrverma/java-client
that referenced
this issue
Jun 16, 2019
- Solves Issue: appium#1137
anilkrverma
added a commit
to anilkrverma/java-client
that referenced
this issue
Jun 20, 2019
- Solves Issue: appium#1137
anilkrverma
added a commit
to anilkrverma/java-client
that referenced
this issue
Jun 20, 2019
- Solves Issue: appium#1137
saikrishna321
pushed a commit
that referenced
this issue
Jun 21, 2019
* - Implemented driver status check. - Solves Issue: #1137 * - Made version field private. * - Changed the getStatus() method implementation to return versionMap instead of AppiumServerStatus class object. - Deleted AppiumServerStatus class as it is no longer needed. * Fixed below checkstyle violations: - Empty line should be followed by <p> tag on the next line. 234 - First sentence of Javadoc is missing an ending period. 234 Ran ./gradlew clean checkstyleMain, BUILD is SUCCESSFUL now. * - Updated getStatus() method to return statusMap. * - Made return statement inline.
The implementation for this issue is merged in the master branch and should be live in next appium-java-client release. |
You can get the latest master commit from jitpack to use and need not wait for release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Please add support for driver status.
http://appium.io/docs/en/commands/status/
appium/appium#12490
Environment
The text was updated successfully, but these errors were encountered: