@applitools/dom-capture
Advanced tools
Comparing version 6.1.1 to 6.1.2
@@ -136,3 +136,3 @@ | ||
function extractFrames(doc = document) { | ||
return [...doc.querySelectorAll('iframe[src]')] | ||
return [...doc.querySelectorAll('iframe[src]:not([src=""])')] | ||
.map(srcEl => { | ||
@@ -139,0 +139,0 @@ try { |
@@ -188,3 +188,3 @@ | ||
function extractFrames(doc = document) { | ||
return [...doc.querySelectorAll('iframe[src]')] | ||
return [...doc.querySelectorAll('iframe[src]:not([src=""])')] | ||
.map(srcEl => { | ||
@@ -191,0 +191,0 @@ try { |
{ | ||
"name": "@applitools/dom-capture", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
'use strict'; | ||
function extractFrames(doc = document) { | ||
return [...doc.querySelectorAll('iframe[src]')] | ||
return [...doc.querySelectorAll('iframe[src]:not([src=""])')] | ||
.map(srcEl => { | ||
@@ -6,0 +6,0 @@ try { |
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
73460