Sha256: 50033eeeaaa210dafe45a5230d90ac7d8357ff9d91fecf2e0033555753b20f84
Contents?: true
Size: 732 Bytes
Versions: 3
Compression:
Stored size: 732 Bytes
Contents
### Breaking Changes in 4.0 Old | New :--|:-- `key_event` | `press_keycode` ### 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
appium_lib-5.0.0 | docs/migration.md |
appium_lib-4.1.0 | docs/migration.md |
appium_lib-4.0.0 | docs/migration.md |