Releases: openatx/uiautomator2
Releases · openatx/uiautomator2
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
3.0.17
- update apk to 2.3.10, fix dumpWindowHierarchy Illegal char U+0 error
- fix swipe steps not passed correctly
Full Changelog: 3.0.16...3.0.17
3.0.16
- update apk to 2.3.10
Full Changelog: 3.0.15...3.0.16
3.0.15
- update apk version to 2.3.9 to fix dumpHierarchy sometimes invalid char error
Full Changelog: 3.0.14...3.0.15
3.0.14
- update apk version to 2.3.8
- check_apk in connect()
Full Changelog: 3.0.13...3.0.14
3.0.13
- use 127.0.0.1 instead of localhost
- return null xml result if dump_hierarchy got nothing
Full Changelog: 3.0.12...3.0.13
3.0.12
- use clear_traversed_text to make dump_hierarchy more stable
Full Changelog: 3.0.11...3.0.12
3.0.11
What's Changed
- Fix dump hierarchy by @codeskyblue in #964
- Fix float window show logic by @codeskyblue in #966
Full Changelog: 3.0.10...3.0.11
3.0.10
- fix screenshot MemoryError by update adbutils version to 2.5.0
- add property device_info back
Full Changelog: 3.0.9...3.0.10