.selenide-core.7.7.0.source-code.animation.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 (element) {
function isEqual(rect1, rect2) {
return rect1.x === rect2.x &&
rect1.y === rect2.y &&
rect1.width === rect2.width &&
rect1.height === rect2.height;
}
// requestAnimationFrame() calls are paused in most browsers
// when running in background tabs or hidden
© 2015 - 2025 Weber Informatics LLC | Privacy Policy