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

Feature: Add support for "driver.status()" #1137

Closed
amedvedjev opened this issue Apr 30, 2019 · 2 comments
Closed

Feature: Add support for "driver.status()" #1137

amedvedjev opened this issue Apr 30, 2019 · 2 comments

Comments

@amedvedjev
Copy link

Description

Please add support for driver status.

http://appium.io/docs/en/commands/status/
appium/appium#12490

Environment

  • java client build version or git revision if you use some shapshot: 7.0.0
  • Appium server version or git revision if you use some shapshot: 1.13.0-beta.3
anilkrverma added a commit to anilkrverma/java-client that referenced this issue Jun 13, 2019
anilkrverma added a commit to anilkrverma/java-client that referenced this issue Jun 16, 2019
anilkrverma added a commit to anilkrverma/java-client that referenced this issue Jun 20, 2019
anilkrverma added a commit to anilkrverma/java-client that referenced this issue Jun 20, 2019
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.
@anilkrverma
Copy link
Contributor

The implementation for this issue is merged in the master branch and should be live in next appium-java-client release.

@saikrishna321
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants