Hello
I m really blocked. i can't execute the function getBoundingClientRect()
could you please give me some instructions or another way to get the coordinates.
Thank you in advance.
cy.get(target)
.then($target => {
let coords = $target[0].getBoundingClientRect();
})
Please use gitter chat for such questions next time :)
Issues in our GitHub repo are reserved for potential bugs or feature requests. This issue will be closed since it appears to be neither a bug nor a feature request.
Most helpful comment
Please use gitter chat for such questions next time :)