You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## [1.22.2] - 2026-02-10
4
+
5
+
### Fixed
6
+
7
+
-**downloadFile (action-utils):** Removed use of `download.path()`, which is unavailable when connecting to a remote browser (e.g. Docker or cloud). The method now uses only `saveAs(savePath)`, so file downloads work both locally and when connecting remotely.
8
+
9
+
### Updated
10
+
11
+
-**downloadFile (action-utils):** Now returns the suggested filename (or a fallback from `savePath`) for use in assertions or logging. Added explicit failure check before save and improved JSDoc and examples.
0 commit comments