@applitools/eyes-selenium 4.77.7 → 4.77.8
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 +52 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.77.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.77.7...js/eyes-selenium@4.77.8) (2024-09-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-capture bumped to 11.4.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
|
|
12
|
+
* @applitools/driver bumped to 1.19.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* 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))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
|
|
21
|
+
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
|
|
22
|
+
* @applitools/core bumped to 4.18.2
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.12
|
|
30
|
+
|
|
31
|
+
* @applitools/spec-driver-selenium bumped to 1.5.83
|
|
32
|
+
|
|
33
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.12
|
|
34
|
+
|
|
35
|
+
* @applitools/screenshoter bumped to 3.8.36
|
|
36
|
+
|
|
37
|
+
* @applitools/nml-client bumped to 1.8.10
|
|
38
|
+
|
|
39
|
+
* @applitools/tunnel-client bumped to 1.5.8
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
* @applitools/core-base bumped to 1.16.1
|
|
47
|
+
#### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
|
|
50
|
+
* @applitools/ec-client bumped to 1.9.4
|
|
51
|
+
|
|
52
|
+
* @applitools/eyes bumped to 1.22.2
|
|
53
|
+
|
|
54
|
+
|
|
3
55
|
## [4.77.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.77.6...js/eyes-selenium@4.77.7) (2024-08-12)
|
|
4
56
|
|
|
5
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.77.
|
|
3
|
+
"version": "4.77.8",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@applitools/eyes": "1.22.
|
|
45
|
-
"@applitools/spec-driver-selenium": "1.5.
|
|
44
|
+
"@applitools/eyes": "1.22.2",
|
|
45
|
+
"@applitools/spec-driver-selenium": "1.5.83"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@applitools/api-extractor": "^1.2.22",
|