Releases: openatx/uiautomator2
Releases · openatx/uiautomator2
3.2.5
What's Changed
- fix send_keys, use ime when pasteClipboard failed by @codeskyblue in #1039
Full Changelog: 3.2.4...3.2.5
3.2.4
What's Changed
- update send_keys and clear_text using 0.1.4 jar by @codeskyblue in #1036
send_keys and clear_text are no need ATX.apk now
Full Changelog: 3.2.3...3.2.4
3.2.3
What's Changed
- update u2.jar to fix exist objInfo not working on pdd by @codeskyblue in #1033
- Adds XPath tester to XPATH.md by @cyrilbois in #1032
- Remove typo in README.md by @quxiaozha in #1026
New Contributors
- @cyrilbois made their first contribution in #1032
- @quxiaozha made their first contribution in #1026
Full Changelog: 3.2.2...3.2.3
3.2.2
What's Changed
- fix stackoverflow when dump by @codeskyblue in #1023
- add fallback for screenshot by @codeskyblue in #1018
Full Changelog: 3.2.1...3.2.2
3.2.1
What's Changed
- fix MockAdbProcess wait hangs bug by @codeskyblue in #1012
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- use u2.jar instead of test apk by @codeskyblue in #1004
- fix toast and clipboard
toast api changes.
# new
print(d.last_toast)
d.clear_toast()
# old
d.toast.get_message(5.0)
d.toast.clear()
d.toast.show("message") # removed
Full Changelog: 3.1.2...3.2.0
3.1.2
What's Changed
- fix DeadSystemRuntimeException not in message, close #1001 by @codeskyblue in #1005
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- feat:allow set display_id for screenshot api by @yinkh in #982
- fix takeScreenshot for display_id, change double flash launch to one flash by @codeskyblue in #996
New Contributors
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- remove xpath useless method by @codeskyblue in #976
- add long_press, close #889 by @codeskyblue in #978
- deprecated set_fastinput_ime, update send_action() by @codeskyblue in #980
- add method app_auto_grant_permissions() by @caofengbin in #977
New Contributors
- @caofengbin made their first contribution in #977
Full Changelog: 3.0.18...3.1.0
3.0.18
- update apk to 2.3.11 to fix dump_hierarchy
Full Changelog: 3.0.17...3.0.18