All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.selenide-core.7.4.1.source-code.get-own-text.js Maven / Gradle / Ivy

(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