Sha256: 121ecdd7e82f110cf129d1b1b4b1dec0c0e98ffd5b8461a7144fd690d39b97e5

Contents?: true

Size: 628 Bytes

Versions: 5

Compression:

Stored size: 628 Bytes

Contents

### Breaking Changes in 2.0

In 2.0, the e_* methods have been renamed.

           Old | New
            :--|:--
`e_buttons`    | `buttons`
`e_s_texts`    | `texts`
`e_textfields` | `textfields`

All s_texts methods have been renamed.

            Old | New
             :--|:--
`s_text`        | `text`
`s_texts`       | `texts`
`first_s_text`  | `first_text`
`last_s_text`   | `last_text`
`s_text_exact`  | `text_exact`
`s_texts_exact` | `texts_exact`

Other changes:

                 Old | New
                  :--|:--
`press_for_duration` | `long_press`
`current_context=`   | `set_context`
`name`               | `find`

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
appium_lib-3.0.3 docs/migration.md
appium_lib-3.0.2 docs/migration.md
appium_lib-3.0.1 docs/migration.md
appium_lib-3.0.0 docs/migration.md
appium_lib-2.1.0 docs/migration.md