From 285a7a7ef358570d24e6fa523ded1bd4b6f7c6ac Mon Sep 17 00:00:00 2001 From: Kazuaki MATSUO Date: Sat, 15 Apr 2017 17:40:07 +0900 Subject: [PATCH 1/2] add mobile gesture --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff5e9a5..d569d494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ Commit based release not is [release_notes.md](./release_notes.md) Release tags are https://github.com/appium/ruby_lib/releases . +## v9.4.0 +### 1. Enhancements +- update mobile gesture APIs for XCUITest(WDA) [#514](https://github.com/appium/ruby_lib/pull/514) + - For XCUITest(WebDriverAgent) + - You can call some [`mobile:` methods](https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/ios-xctest-mobile-gestures.md) without `execute_script('mobile: tap', ...)`. + - Example: https://github.com/appium/ruby_lib/pull/537 + + +### 2. Bug fixes + +### 3. Deprecations + ## v9.3.8 ### 1. Enhancements - allow using TestObject server [#538](https://github.com/appium/ruby_lib/pull/538) From 64d1abc400be57811f27d12a0c010242de6abfaf Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sun, 16 Apr 2017 16:44:56 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d569d494..21d01dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,10 @@ Release tags are https://github.com/appium/ruby_lib/releases . ### 1. Enhancements - update mobile gesture APIs for XCUITest(WDA) [#514](https://github.com/appium/ruby_lib/pull/514) - For XCUITest(WebDriverAgent) - - You can call some [`mobile:` methods](https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/ios-xctest-mobile-gestures.md) without `execute_script('mobile: tap', ...)`. + - Users can call some [`mobile:` methods](https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/ios-xctest-mobile-gestures.md) without `execute_script('mobile: tap', args)`. + - Users can write test code without `.ref` method for elements in `execute_script`. - Example: https://github.com/appium/ruby_lib/pull/537 - ### 2. Bug fixes ### 3. Deprecations