Skip to content

Releases: appium/WebDriverAgent

v7.0.6

03 Mar 17:36
Compare
Choose a tag to compare

7.0.6 (2024-03-03)

Miscellaneous Chores

  • Handle app startup errors as session creation exceptions (#855) (0ec5398)

v7.0.5

03 Mar 09:59
Compare
Choose a tag to compare

7.0.5 (2024-03-03)

Reverts

v7.0.4

03 Mar 09:40
Compare
Choose a tag to compare

7.0.4 (2024-03-03)

Miscellaneous Chores

  • dummy commit to trigger a release (0cb66c5)

v7.0.3

03 Mar 09:24
Compare
Choose a tag to compare

7.0.3 (2024-03-03)

Miscellaneous Chores

v7.0.2

28 Feb 18:50
Compare
Choose a tag to compare

7.0.2 (2024-02-28)

Miscellaneous Chores

  • Tune alert detection if system app is active (#854) (857d3de)

v7.0.1

21 Feb 17:26
Compare
Choose a tag to compare

7.0.1 (2024-02-21)

Miscellaneous Chores

  • Simplify the logic of alert element detection (#851) (54f91f1)

v7.0.0

12 Feb 20:03
Compare
Choose a tag to compare

7.0.0 (2024-02-12)

⚠ BREAKING CHANGES

  • The following REST endpoints have been removed, use W3C actions instead:
  • /wda/touch/perform
  • /wda/touch/multi/perform

Features

  • Remove obsolete MJSONWP touch actions (#847) (d77f640)

v6.1.1

11 Feb 11:51
Compare
Choose a tag to compare

6.1.1 (2024-02-11)

Miscellaneous Chores

  • Make sure the app under test is restarted if opened from a deep link (#846) (88b0a5b)

v6.1.0

10 Feb 20:06
Compare
Choose a tag to compare

6.1.0 (2024-02-10)

Features

  • Add a possibility of starting a test with a deep link (#845) (aa25e49)

v6.0.0

31 Jan 14:26
Compare
Choose a tag to compare

6.0.0 (2024-01-31)

⚠ BREAKING CHANGES

  • The /wda/tap/:uuid endpoint has been replaced by /wda/element/:uuid/tap and /wda/tap ones

Features

  • Add coordinate-based APIs for gesture calls (#843) (feda373)