I have the x,y coordinates of a element from the top of the screen with this command document.querySelector('.wgdt_banner').getBoundingClientRect()
but when I use these coordinates, the click only works 15% of the times with +/- 100px far of the element
How can I adjust to click exactly on the element?
Thanks
but when I use these coordinates, the click only works 15% of the times with +/- 100px far of the element
How can I adjust to click exactly on the element?
Thanks