@applitools/screenshoter
Advanced tools
Comparing version 3.8.35 to 3.8.36
# Changelog | ||
## [3.8.36](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.35...js/screenshoter@3.8.36) (2024-09-10) | ||
### Dependencies | ||
* @applitools/driver bumped to 1.19.0 | ||
#### Features | ||
* 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)) | ||
#### Bug Fixes | ||
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9)) | ||
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da)) | ||
* @applitools/spec-driver-webdriver bumped to 1.1.12 | ||
## [3.8.35](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.34...js/screenshoter@3.8.35) (2024-07-23) | ||
@@ -4,0 +22,0 @@ |
{ | ||
"name": "@applitools/screenshoter", | ||
"version": "3.8.35", | ||
"version": "3.8.36", | ||
"description": "Applitools universal screenshoter for web and native applications", | ||
@@ -65,4 +65,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@applitools/driver": "^1.18.0", | ||
"@applitools/spec-driver-webdriver": "^1.1.11", | ||
"@applitools/driver": "^1.19.0", | ||
"@applitools/spec-driver-webdriver": "^1.1.12", | ||
"@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
82100