@applitools/screenshoter
Advanced tools
Comparing version 3.8.19 to 3.8.20
# Changelog | ||
## [3.8.20](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.19...js/screenshoter@3.8.20) (2023-12-19) | ||
### Bug Fixes | ||
* fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd)) | ||
### Dependencies | ||
* @applitools/spec-driver-webdriver bumped to 1.0.54 | ||
#### Bug Fixes | ||
* fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6)) | ||
* @applitools/driver bumped to 1.16.1 | ||
#### Bug Fixes | ||
* fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd)) | ||
* fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6)) | ||
* fixed infinite loop that may appear during attribute extraction ([#2102](https://github.com/applitools/eyes.sdk.javascript1/issues/2102)) ([6bef680](https://github.com/applitools/eyes.sdk.javascript1/commit/6bef680fbd2d5c26a46cf2a4f00bd083d1d02109)) | ||
## [3.8.19](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.18...js/screenshoter@3.8.19) (2023-12-18) | ||
@@ -4,0 +28,0 @@ |
{ | ||
"name": "@applitools/screenshoter", | ||
"version": "3.8.19", | ||
"version": "3.8.20", | ||
"description": "Applitools universal screenshoter for web and native applications", | ||
@@ -65,4 +65,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@applitools/driver": "^1.16.0", | ||
"@applitools/spec-driver-webdriver": "^1.0.53", | ||
"@applitools/driver": "^1.16.1", | ||
"@applitools/spec-driver-webdriver": "^1.0.54", | ||
"@applitools/test-utils": "^1.5.17", | ||
@@ -69,0 +69,0 @@ "appium": "^1.22.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71928