Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/driver

Package Overview
Dependencies
Maintainers
23
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/driver - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## 1.3.3 - 2021/11/14
- do not throw if `getCookies` method is missed in spec driver
## 1.3.2 - 2021/11/14

@@ -8,0 +12,0 @@

4

dist/context.js

@@ -441,7 +441,7 @@ "use strict";

async getCookies() {
var _a, _b;
var _a, _b, _c;
if (this.driver.isNative)
return [];
await this.focus();
return (_b = (_a = this._spec) === null || _a === void 0 ? void 0 : _a.getCookies(this.target, true)) !== null && _b !== void 0 ? _b : [];
return (_c = (_b = (_a = this._spec).getCookies) === null || _b === void 0 ? void 0 : _b.call(_a, this.target, true)) !== null && _c !== void 0 ? _c : [];
}

@@ -448,0 +448,0 @@ async preserveInnerOffset() {

@@ -437,6 +437,6 @@ "use strict";

async getCookies() {
var _a, _b;
var _a, _b, _c;
if (this.isNative || !this.features.allCookies)
return [];
return (_b = (_a = this._spec) === null || _a === void 0 ? void 0 : _a.getCookies(this.target)) !== null && _b !== void 0 ? _b : [];
return (_c = (_b = (_a = this._spec).getCookies) === null || _b === void 0 ? void 0 : _b.call(_a, this.target)) !== null && _c !== void 0 ? _c : [];
}

@@ -443,0 +443,0 @@ async getTitle() {

{
"name": "@applitools/driver",
"version": "1.3.2",
"version": "1.3.3",
"description": "Applitools universal framework wrapper",

@@ -39,2 +39,9 @@ "keywords": [

},
"typesVersions": {
"*": {
"fake": [
"./types/fake/index.d.ts"
]
}
},
"files": [

@@ -41,0 +48,0 @@ "dist",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc