.selenide-core.7.7.0.source-code.get-own-text.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of selenide-core Show documentation
Show all versions of selenide-core Show documentation
Selenide = concise API for Selenium WebDriver
The newest version!
(function (node) {
return Array.prototype.filter.call(node.childNodes, function (element) {
return element.nodeType === Node.TEXT_NODE;
}).map(function (element) {
return element.textContent;
}).join("\n");
})(arguments[0]);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy