@applitools/spec-driver-selenium 1.5.58 → 1.5.60
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 +41 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.60](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.59...js/spec-driver-selenium@1.5.60) (2023-09-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.6.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
#### Code Refactoring
|
|
15
|
+
|
|
16
|
+
* use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
|
|
17
|
+
* @applitools/logger bumped to 2.0.11
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
* @applitools/driver bumped to 1.14.2
|
|
25
|
+
#### Code Refactoring
|
|
26
|
+
|
|
27
|
+
* use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## [1.5.59](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.58...js/spec-driver-selenium@1.5.59) (2023-09-21)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Dependencies
|
|
36
|
+
|
|
37
|
+
* @applitools/snippets bumped to 2.4.24
|
|
38
|
+
#### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* add support to shadow dom iframe ([#1925](https://github.com/applitools/eyes.sdk.javascript1/issues/1925)) ([a06b955](https://github.com/applitools/eyes.sdk.javascript1/commit/a06b9555a3b37918fe43a90e92c0a94f765151cc))
|
|
41
|
+
* @applitools/driver bumped to 1.14.1
|
|
42
|
+
|
|
43
|
+
|
|
3
44
|
## [1.5.58](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.57...js/spec-driver-selenium@1.5.58) (2023-09-04)
|
|
4
45
|
|
|
5
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/spec-driver-selenium",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.60",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"selenium",
|
|
6
6
|
"selenium-webdriver",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"up:framework": "yarn add --dev --caret selenium-webdriver${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@applitools/driver": "1.14.
|
|
49
|
-
"@applitools/utils": "1.6.
|
|
48
|
+
"@applitools/driver": "1.14.2",
|
|
49
|
+
"@applitools/utils": "1.6.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@applitools/api-extractor": "^1.2.22",
|