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

.selenide-core.7.3.3.source-code.is-image.js Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
(function(element) {
  return element.tagName.toLowerCase() === 'img' &&
    element.complete &&
    typeof element.naturalWidth != 'undefined' &&
    element.naturalWidth > 0
})(arguments[0])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy