@applitools/driver 1.19.2 → 1.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/driver.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.19.3](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.19.2...js/driver@1.19.3) (2024-10-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/snippets bumped to 2.5.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* isStaleElement error ([#2567](https://github.com/Applitools-Dev/sdk/issues/2567)) ([2675086](https://github.com/Applitools-Dev/sdk/commit/2675086aa28589082249e2958942ee29a5f2ef12))
|
|
12
|
+
|
|
3
13
|
## [1.19.2](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.19.1...js/driver@1.19.2) (2024-10-03)
|
|
4
14
|
|
|
5
15
|
|
package/dist/driver.js
CHANGED
|
@@ -485,7 +485,7 @@ class Driver {
|
|
|
485
485
|
do {
|
|
486
486
|
result = JSON.parse(await this._state.nmlElement.getText());
|
|
487
487
|
if (result.nextPath) {
|
|
488
|
-
this._logger.log('Broker url
|
|
488
|
+
this._logger.log('Broker url extraction finished successfully with value', result.nextPath);
|
|
489
489
|
return result.nextPath;
|
|
490
490
|
}
|
|
491
491
|
await utils.general.sleep(1000);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/driver",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.3",
|
|
4
4
|
"description": "Applitools universal framework wrapper",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@applitools/logger": "2.0.18",
|
|
77
|
-
"@applitools/snippets": "2.5.
|
|
77
|
+
"@applitools/snippets": "2.5.1",
|
|
78
78
|
"@applitools/utils": "1.7.4",
|
|
79
79
|
"semver": "7.6.2"
|
|
80
80
|
},
|