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

Implemented driver status check. #1153

Merged
merged 6 commits into from
Jun 21, 2019
Merged

Commits on Jun 20, 2019

  1. - Implemented driver status check.

    - Solves Issue: appium#1137
    anilkrverma committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    b42cee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b6297c View commit details
    Browse the repository at this point in the history
  3. - Changed the getStatus() method implementation to return versionMap …

    …instead of AppiumServerStatus class object.
    
    - Deleted AppiumServerStatus class as it is no longer needed.
    anilkrverma committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    71eebcb View commit details
    Browse the repository at this point in the history
  4. 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.
    anilkrverma committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0583b51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1077885 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    0fdcd50 View commit details
    Browse the repository at this point in the history