.selenide-core.7.7.0.source-code.find-elements-by-text-case-insensitive.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 () {
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 === text);
})(...arguments)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy