I know how to click using XY coords,
document.elementFromPoint(100, 100).click();
for example. This works perfectly, but I need something that can drag my mouse between two XY coords.
Hope this makes sense.
I know how to click using XY coords,
document.elementFromPoint(100, 100).click();
for example. This works perfectly, but I need something that can drag my mouse between two XY coords.
Hope this makes sense.