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

js.relative-element-coords.js Maven / Gradle / Ivy

Go to download

Utility library to create customized screenshots using Selenium WebDriver and Java AWT

There is a newer version: 1.6
Show newest version
var rect = arguments[0].getBoundingClientRect();
return ['' + parseInt(rect.left), '' + parseInt(rect.top), '' + parseInt(rect
.width), '' + parseInt(rect.height), '' +  parseInt(arguments[0].scrollWidth),
'' + parseInt(arguments[0].scrollHeight)
];




© 2015 - 2024 Weber Informatics LLC | Privacy Policy