Skip to content

Releases: empirical-run/appwright

v0.1.24

21 Oct 08:04
37819d9
Compare
Choose a tag to compare

Patch Changes

  • 89afbf5: fix: added try catch in close session

v0.1.23

20 Oct 19:47
bdac149
Compare
Choose a tag to compare

Patch Changes

  • 3930289: feat: use drag method for ios scroll

v0.1.22

20 Oct 12:22
f942283
Compare
Choose a tag to compare

Patch Changes

  • bccffd2: feat: add device.pause() and device.waitForTimeout() methods
  • e1e3750: feat: vision.tap returns tap coordinates, vision.query accepts screenshot as option

v0.1.21

20 Oct 05:43
3460137
Compare
Choose a tag to compare

Patch Changes

  • 029a708: fix: move assets location

v0.1.20

19 Oct 20:23
8c97653
Compare
Choose a tag to compare

Patch Changes

  • c91b815: fix: vision tap precision

v0.1.19

18 Oct 09:44
1eefee6
Compare
Choose a tag to compare

Patch Changes

  • f43c977: chore: add log for worker teardown

v0.1.18

18 Oct 08:06
2187364
Compare
Choose a tag to compare

Patch Changes

  • 168425b: feat: add locator.waitFor to check for attached or visible state

v0.1.17

17 Oct 19:41
3dde6af
Compare
Choose a tag to compare

Patch Changes

  • 6aae307: feat: find ffmpeg path or install it
  • a620d3c: fix: use promise.allSettled in reporter

v0.1.16

17 Oct 17:45
58fe939
Compare
Choose a tag to compare

Patch Changes

  • 13e5451: feat: move video downloader into a reporter
  • 40540b1: feat: download and attach video for persistentDevice
  • 3ed1b65: docs: persistent device
  • 551b1dc: chore: minor docs and logging changes
  • 289f2b4: feat: trim video for persistentDevice report with local ffmpeg

v0.1.15

17 Oct 08:24
2a61e74
Compare
Choose a tag to compare

Patch Changes

  • 2be3c09: test: locator tests for isVisible method
  • 32b5e24: chore: rename error log messages and ActionOptions
  • 0c0c0df: chore: add custom errors for timeout and retryable