@applitools/visual-grid-client
Advanced tools
Comparing version 5.3.4 to 5.3.5
{ | ||
"name": "@applitools/visual-grid-client", | ||
"version": "5.3.4", | ||
"version": "5.3.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/visual-grid-client.js", |
@@ -95,2 +95,3 @@ 'use strict'; | ||
wrappers, | ||
browsers, | ||
isDisabled, | ||
@@ -97,0 +98,0 @@ batchName, |
@@ -27,2 +27,3 @@ 'use strict'; | ||
wrappers, | ||
browsers, | ||
isDisabled, | ||
@@ -49,3 +50,10 @@ batchName, | ||
const batchInfo = new BatchInfo(batchName, null, batchId); | ||
for (const wrapper of wrappers) { | ||
for (let i = 0, ii = wrappers.length; i < ii; i++) { | ||
const wrapper = wrappers[i]; | ||
const browser = browsers[i]; | ||
if (browser.deviceName) { | ||
wrapper.setDeviceInfo(browser.deviceName); | ||
} | ||
validateAndAddProperties(wrapper, properties); | ||
@@ -52,0 +60,0 @@ wrapper.setBatch(batchInfo); |
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
75407
2001