@applitools/ec-client 1.9.3 → 1.9.4
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 +29 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.4](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.3...js/ec-client@1.9.4) (2024-09-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/driver bumped to 1.19.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
|
|
17
|
+
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
|
|
18
|
+
* @applitools/tunnel-client bumped to 1.5.8
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.12
|
|
26
|
+
|
|
27
|
+
* @applitools/core-base bumped to 1.16.1
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
|
|
31
|
+
|
|
3
32
|
## [1.9.3](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.2...js/ec-client@1.9.3) (2024-07-23)
|
|
4
33
|
|
|
5
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.4",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@applitools/core-base": "1.16.
|
|
56
|
-
"@applitools/driver": "1.
|
|
55
|
+
"@applitools/core-base": "1.16.1",
|
|
56
|
+
"@applitools/driver": "1.19.0",
|
|
57
57
|
"@applitools/logger": "2.0.18",
|
|
58
58
|
"@applitools/req": "1.7.2",
|
|
59
59
|
"@applitools/socket": "1.1.18",
|
|
60
|
-
"@applitools/spec-driver-webdriver": "1.1.
|
|
61
|
-
"@applitools/tunnel-client": "1.5.
|
|
60
|
+
"@applitools/spec-driver-webdriver": "1.1.12",
|
|
61
|
+
"@applitools/tunnel-client": "1.5.8",
|
|
62
62
|
"@applitools/utils": "1.7.4",
|
|
63
63
|
"abort-controller": "3.0.0",
|
|
64
64
|
"webdriver": "7.31.1",
|