
dom-snapshot.node_modules.@applitools.dom-shared.src.browser.isInlineFrame.js Maven / Gradle / Ivy
'use strict';
function isInlineFrame(frame) {
return (
frame.contentDocument &&
frame.contentDocument.location &&
!/^https?:$/.test(frame.contentDocument.location.protocol)
);
}
module.exports = isInlineFrame;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy