Skip to content

v9.3.5: Release 9 3 5 (#520)

Compare
Choose a tag to compare
@KazuCocoa KazuCocoa released this 25 Mar 17:24
· 479 commits to master since this release

1. Enhancements

  • add some commands for Android and class chain for iOS #513
    • iOS
      • find_element :class_chain, 'XCUIElementTypeWindow/*/*/XCUIElementTypeStaticText'
    • Android
      • get_system_bars
      • get_display_density
      • is_keyboard_shown
  • add scrollable index parameter into scroll methods #506
    • scroll_to(text, scrollable_index = 0)
    • scroll_to_exact(text, scrollable_index = 0)
  • clear @actions in Appium::TouchAction if perform is called #511