Skip to content

Releases: openatx/uiautomator2

3.2.1

23 Jul 06:54
5f3f142
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

16 Jul 16:10
c25a3e5
Compare
Choose a tag to compare

What's Changed

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

08 Jul 10:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

24 Jun 11:13
Compare
Choose a tag to compare

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

27 May 07:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.18...3.1.0

3.0.18

14 May 09:23
Compare
Choose a tag to compare
  • update apk to 2.3.11 to fix dump_hierarchy

Full Changelog: 3.0.17...3.0.18

3.0.17

14 May 03:38
Compare
Choose a tag to compare
  • 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

13 May 11:47
Compare
Choose a tag to compare
  • update apk to 2.3.10

Full Changelog: 3.0.15...3.0.16

3.0.15

13 May 08:07
Compare
Choose a tag to compare
  • 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

12 May 01:13
Compare
Choose a tag to compare
  • update apk version to 2.3.8
  • check_apk in connect()

Full Changelog: 3.0.13...3.0.14