@applitools/driver
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,3 +7,3 @@ { | ||
"version": "file:../dry-run.tgz", | ||
"integrity": "sha512-j4uS350Xv4vpMEzOzWy8rlqJ3S2UccQCulQaB6BpidvZ+iGtHnkbEsp7ffgbF9qVBXIAzYFl+5qSv3kzxX7acg==", | ||
"integrity": "sha512-GSrryp64b0B29VRYaZ1P5U6PoLMWYboJBlxl7gUVEx7vzFp7vmdXt1ZhGXsSYokusbE8vE4tVZWEPvfiqmdsww==", | ||
"requires": { | ||
@@ -10,0 +10,0 @@ "@applitools/snippets": "2.1.0", |
@@ -0,7 +1,12 @@ | ||
# Change Log | ||
## Unreleased | ||
## 1.0.1 - 2020/12/1 | ||
- add getTransforms method to the element | ||
## 1.0.0 - 2020/12/1 | ||
- Provide a framework-agnostic way to work with webdriver/cdp drivers | ||
# Change Log | ||
## Unreleased | ||
- Provide a framework-agnostic way to work with webdriver/cdp drivers |
{ | ||
"name": "@applitools/driver", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Applitools universal framework wrapper", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -126,2 +126,6 @@ const scripts = require('./scripts') | ||
async getTransforms() { | ||
return this.withRefresh(() => scripts.getTransforms(this._logger, this._context, this)) | ||
} | ||
async hideScrollbars() { | ||
@@ -128,0 +132,0 @@ return this.withRefresh(async () => { |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
88964
1560
1