javaScript.htmlElement.setOuterHtml.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maui Show documentation
Show all versions of maui Show documentation
Maintainable automated UI framework
function fun(element, value) {
return element.outerHTML = value;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy