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

#134 FIX #141

Merged
merged 4 commits into from
Feb 20, 2016
Merged

#134 FIX #141

merged 4 commits into from
Feb 20, 2016

Conversation

TikhomirovSergey
Copy link
Contributor

Change List:

  • 134 FIX. The DeviceTime property was added and it works with Appium

    node 1.5

  • improvements of locking methods. The LockDevice(seconds) is obsolete
    and it is going to be removed in the next release. Since Appium node
    server v1.5.x it is recommended to use
    AndroidDriver.Lock()()...AndroidDriver.Unlock() or IOSDriver.Lock(int
    seconds) instead.

Change List:
- #134 FIX. The DeviceTime property was added and it works with Appium
node 1.5
-  improvements of locking methods. The LockDevice(seconds) is obsolete
and it is going to be removed in the next release. Since Appium node
server v1.5.x it is recommended to use
AndroidDriver.Lock()()...AndroidDriver.Unlock() or IOSDriver.Lock(int
seconds) instead.
@TikhomirovSergey
Copy link
Contributor Author

@Astro03 @imurchie Could you take a look at this PR.

@TikhomirovSergey
Copy link
Contributor Author

#136

@imurchie
Copy link

This looks reasonable to me, without any knowledge of the language.

@@ -898,6 +901,19 @@ public void Zoom(IWebElement el)

#endregion

#region Device Time

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add doc tags here.. would be good for people using this class to know what this property is used for.

@Astro03
Copy link
Contributor

Astro03 commented Feb 19, 2016

looks silky otherwise. i like how you put the obsolete tag on there :)

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

Successfully merging this pull request may close these issues.

3 participants