Skip to content

Releases: jcoreio/chai-webdriverio-async

v3.0.1

10 Dec 20:18
Compare
Choose a tag to compare

3.0.1 (2024-12-10)

Bug Fixes

v3.0.0

09 Apr 02:49
Compare
Choose a tag to compare

3.0.0 (2024-04-09)

Bug Fixes

  • use async/await in built code (7710d35)

BREAKING CHANGES

  • drop support for Node < 16

v2.8.0

08 Nov 19:28
Compare
Choose a tag to compare

2.8.0 (2023-11-08)

Features

v2.7.0

28 Apr 01:59
Compare
Choose a tag to compare

2.7.0 (2022-04-28)

Features

  • support element wrappers that override getValue, getText, isSelected, etc (0884953)

v2.6.0

22 Feb 16:25
Compare
Choose a tag to compare

2.6.0 (2021-02-22)

Features

  • make .text and .value support .include, .members, and .satisfy (d964ebd)

v2.5.0

19 Feb 22:03
Compare
Choose a tag to compare

2.5.0 (2021-02-19)

Features

  • count: support above/below/at.least/at/most (43ec4af)

v2.4.1

18 Feb 23:03
Compare
Choose a tag to compare

2.4.1 (2021-02-18)

Bug Fixes

  • getElements: tolerate foreign promises (af53b9e)

v2.4.0

18 Feb 22:50
Compare
Choose a tag to compare

2.4.0 (2021-02-18)

Features

  • support assertions on elements and arrays (402ef9f)

v2.3.0

18 Feb 22:10
Compare
Choose a tag to compare

2.3.0 (2021-02-18)

Features

  • allow assertion object to be a promise resolving to element(s) (f5bd5f9)

v2.2.1

09 Feb 02:52
Compare
Choose a tag to compare

2.2.1 (2021-02-09)

Bug Fixes

  • attribute: treat null like undefined (7465a62)