@applitools/spec-driver-selenium 1.5.80 → 1.5.82
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 +48 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.82](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.81...js/spec-driver-selenium@1.5.82) (2024-07-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/driver bumped to 1.18.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
|
|
17
|
+
|
|
18
|
+
## [1.5.81](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.80...js/spec-driver-selenium@1.5.81) (2024-06-26)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Dependencies
|
|
27
|
+
|
|
28
|
+
* @applitools/utils bumped to 1.7.4
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
32
|
+
* @applitools/logger bumped to 2.0.18
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
* @applitools/snippets bumped to 2.4.27
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
43
|
+
* @applitools/driver bumped to 1.17.5
|
|
44
|
+
#### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
3
51
|
## [1.5.80](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.79...js/spec-driver-selenium@1.5.80) (2024-06-11)
|
|
4
52
|
|
|
5
53
|
|
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.82",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"selenium",
|
|
6
6
|
"selenium-webdriver",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@applitools/driver": "1.
|
|
50
|
-
"@applitools/utils": "1.7.
|
|
49
|
+
"@applitools/driver": "1.18.0",
|
|
50
|
+
"@applitools/utils": "1.7.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@applitools/api-extractor": "^1.2.22",
|