Commit based release not is release_notes.md
Release tags are https://github.com/appium/ruby_lib/releases .
- update set_wait / no_wait logic #249
no_wait
just setimplicit_wait = 0
set_wait
just set@default_wait
or arbitrary time asimplicit_wait
- remove
last_waits
attribute
- automationName always nil if set automationName in server side #450
Support selenium-webdriver 3.0.4+
- Improve performance for button/s and text/s #442
- Should use
open_timeout
orread_timeout
instead oftimeout
#436 - add documentation for alternative long_press method #440
- add
appium_client_version
: appium#260 - add some tests and fix some rubocop syntax errors
- fix
set_immediate_value
: appium#263
- fix Finds exact in ios does not return an array #423
Thanks @slipy12
- update dependencies
- Support selenium-webdriver 3.0.2+
- If you'd like to use
selenium-webdriver2.x
, please useappium_lib9.0.0
- If you'd like to use
- Support selenium-webdriver 3.0.2+
- Drop Ruby 1.9.3, 2.0, 2.1 support
- Because these ruby versions have already stop updating.
- Support
XCUITest
strategy for iOS- Basically,
XCUITest
strategy is compatible withAppium
strategy in this library. - But users who use XPath should be check this document since XPath has performance issue
- Users who use
find_element/s
should work fine. - tests for elements are here
- Users who use
- Basically,
Special thanks to @montdidier
- fix arguments for
move_to
inswipe
method.- appium#405
- Please set
:delta_x
and:delta_y
as the distance from start to move.