Skip to content

Commit 2ea94c3

Browse files
authored
add mobile gesture (#542)
* add mobile gesture * Update CHANGELOG.md
1 parent 1c7dd0f commit 2ea94c3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ Commit based release not is [release_notes.md](./release_notes.md)
33

44
Release tags are https://github.com/appium/ruby_lib/releases .
55

6+
## v9.4.0
7+
### 1. Enhancements
8+
- update mobile gesture APIs for XCUITest(WDA) [#514](https://github.com/appium/ruby_lib/pull/514)
9+
- For XCUITest(WebDriverAgent)
10+
- 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)`.
11+
- Users can write test code without `.ref` method for elements in `execute_script`.
12+
- Example: https://github.com/appium/ruby_lib/pull/537
13+
14+
### 2. Bug fixes
15+
16+
### 3. Deprecations
17+
618
## v9.3.8
719
### 1. Enhancements
820
- allow using TestObject server [#538](https://github.com/appium/ruby_lib/pull/538)

0 commit comments

Comments
 (0)