@applitools/driver
Advanced tools
Comparing version 1.11.18 to 1.11.19
@@ -44,3 +44,3 @@ "use strict"; | ||
// Some frameworks contains information about the selector inside an element | ||
this._selector = (_d = options.selector) !== null && _d !== void 0 ? _d : (_f = (_e = this._spec).extractSelector) === null || _f === void 0 ? void 0 : _f.call(_e, this._target); | ||
this._selector = (_d = options.selector) !== null && _d !== void 0 ? _d : (_f = (_e = this._spec).extractSelector) === null || _f === void 0 ? void 0 : _f.call(_e, options.element); | ||
this._index = options.index; | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "@applitools/driver", | ||
"version": "1.11.18", | ||
"version": "1.11.19", | ||
"description": "Applitools universal framework wrapper", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
239026