@applitools/eyes-selenium 4.59.1 → 4.59.2
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 +15 -0
- package/README.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,21 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## 4.59.2 - 2022/6/9
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
- Added support for taking full screenshots of elements that are scroll by pages only
|
|
15
|
+
- Allowed `` values in custom properties
|
|
16
|
+
### Bug fixes
|
|
17
|
+
- Fixed the "Maximum Call Stack Size Exceeded" error when taking screenshots on iOS Safari
|
|
18
|
+
- Fixed an issue with wrong cropped screenshots of elements out of viewport bounds on native devices
|
|
19
|
+
- Fixed broken links to enums implementation in the README.md
|
|
20
|
+
- Fixed `forceFullPageScreenshot` option behavior
|
|
21
|
+
- Fix calling `waitBeforeCapture` when failed to set required viewport size
|
|
22
|
+
- Fix rendering issues with Salesforce Lightning design system
|
|
23
|
+
|
|
9
24
|
## 4.59.1 - 2022/6/2
|
|
10
25
|
|
|
11
26
|
### Features
|
package/README.md
CHANGED
|
@@ -948,7 +948,7 @@ configuration.addBrowser({
|
|
|
948
948
|
eyes.setConfiguration(configuration)
|
|
949
949
|
```
|
|
950
950
|
|
|
951
|
-
The list of devices is available at https://github.com/applitools/eyes.sdk.javascript1/blob/master/packages/eyes-
|
|
951
|
+
The list of devices is available at https://github.com/applitools/eyes.sdk.javascript1/blob/master/packages/eyes-api/src/enums/IosDeviceName.ts
|
|
952
952
|
|
|
953
953
|
Possible values for `iosVersion` are:
|
|
954
954
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.59.
|
|
3
|
+
"version": "4.59.2",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@applitools/eyes-api": "1.5.
|
|
65
|
-
"@applitools/eyes-sdk-core": "13.6.
|
|
66
|
-
"@applitools/spec-driver-selenium": "1.3.
|
|
67
|
-
"@applitools/visual-grid-client": "15.12.
|
|
64
|
+
"@applitools/eyes-api": "1.5.4",
|
|
65
|
+
"@applitools/eyes-sdk-core": "13.6.33",
|
|
66
|
+
"@applitools/spec-driver-selenium": "1.3.8",
|
|
67
|
+
"@applitools/visual-grid-client": "15.12.41"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@applitools/api-extractor": "1.2.8",
|
|
71
|
-
"@applitools/bongo": "^2.1.
|
|
71
|
+
"@applitools/bongo": "^2.1.4",
|
|
72
72
|
"@applitools/scripts": "1.1.0",
|
|
73
73
|
"@applitools/sdk-coverage-tests": "2.3.18",
|
|
74
74
|
"@applitools/sdk-shared": "0.9.11",
|