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

js.getElementByXpath.js Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
return document.evaluate(arguments[0], document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy