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

.selenide-core.7.7.0.source-code.find-elements-with-text-case-insensitive.js Maven / Gradle / Ivy

The newest version!
(function () {
  import 'texts.js'

  const root = arguments[0] || document.body;
  const text = normalizeText(arguments[1]);
  const limit = arguments[2];

  return findNodes(root, limit, (node, nodeText) => nodeText.includes(text));
})(...arguments)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy