Skip to content

Releases: openatx/uiautomator2

3.2.10

12 May 14:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.9...3.2.10

3.2.9

13 Mar 06:58
f0cc2fd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.8...3.2.9

3.2.8

05 Dec 14:27
3354a89

Choose a tag to compare

What's Changed

Full Changelog: 3.2.7...3.2.8

3.2.7

05 Dec 14:07
9336c29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.6...3.2.7

3.2.5

24 Sep 02:58
1e7195f

Choose a tag to compare

What's Changed

Full Changelog: 3.2.4...3.2.5

3.2.4

11 Sep 12:20
9f0a946

Choose a tag to compare

What's Changed

send_keys and clear_text are no need ATX.apk now

Full Changelog: 3.2.3...3.2.4

3.2.3

02 Sep 06:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.2...3.2.3

3.2.2

09 Aug 11:18
c099bbc

Choose a tag to compare

What's Changed

Full Changelog: 3.2.1...3.2.2

3.2.1

23 Jul 06:54
5f3f142

Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

16 Jul 16:10
c25a3e5

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