Skip to content

Commit c652bb3

Browse files
authored
Release 9 3 5 (#520)
* Release 9.3.5 * Update release notes * update changelogs
1 parent c8ae26d commit c652bb3

File tree

5 files changed

+631
-474
lines changed

5 files changed

+631
-474
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ 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.3.5
7+
### 1. Enhancements
8+
- add some commands for Android and class chain for iOS [#513](https://github.com/appium/ruby_lib/issues/513)
9+
- iOS
10+
- `find_element :class_chain, 'XCUIElementTypeWindow/*/*/XCUIElementTypeStaticText'`
11+
- Android
12+
- `get_system_bars`
13+
- `get_display_density`
14+
- `is_keyboard_shown`
15+
- add scrollable index parameter into scroll methods [#506](https://github.com/appium/ruby_lib/issues/506)
16+
- `scroll_to(text, scrollable_index = 0)`
17+
- `scroll_to_exact(text, scrollable_index = 0)`
18+
- clear `@actions` in Appium::TouchAction if `perform` is called [#511](https://github.com/appium/ruby_lib/issues/511)
19+
20+
### 2. Bug fixes
21+
22+
### 3. Deprecations
23+
624
## v9.3.4
725
### 1. Enhancements
826
- [remove workaround](https://github.com/appium/ruby_lib/pull/474/commits/57cc95264e83e14862f729683b93c1f020a30ce5) to pass CI

0 commit comments

Comments
 (0)