Skip to content

Releases: jcoreio/chai-webdriverio-async

v3.0.4

Choose a tag to compare

@jedwards1211 jedwards1211 released this 28 Feb 04:03

3.0.4 (2025-02-28)

Bug Fixes

  • further loosen browser type (23591a8)

v3.0.3

Choose a tag to compare

@jedwards1211 jedwards1211 released this 28 Feb 01:13

3.0.3 (2025-02-28)

Bug Fixes

  • narrow down required browser/element methods in types (0dbb12e)

v3.0.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 27 Feb 06:06

3.0.2 (2025-02-27)

Bug Fixes

  • support expect('#foo').text.to.have.members(...) etc in TS types (6df9d4b)

v3.0.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 10 Dec 20:18

3.0.1 (2024-12-10)

Bug Fixes

v3.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 09 Apr 02:49

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

Choose a tag to compare

@jedwards1211 jedwards1211 released this 08 Nov 19:28

2.8.0 (2023-11-08)

Features

v2.7.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 28 Apr 01:59

2.7.0 (2022-04-28)

Features

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

v2.6.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 22 Feb 16:25

2.6.0 (2021-02-22)

Features

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

v2.5.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 19 Feb 22:03

2.5.0 (2021-02-19)

Features

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

v2.4.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 18 Feb 23:03

2.4.1 (2021-02-18)

Bug Fixes

  • getElements: tolerate foreign promises (af53b9e)