1

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.

ggorlen
  • 44,755
  • 7
  • 76
  • 106
Noob Noob
  • 11
  • 1
  • hi, interesting, perhaps this might be of interest https://stackoverflow.com/questions/49772472/how-to-simulate-a-drag-and-drop-action-in-puppeteer – jspcal Sep 06 '22 at 19:49
  • Does this answer your question? [How to simulate a drag and drop action in puppeteer?](https://stackoverflow.com/questions/49772472/how-to-simulate-a-drag-and-drop-action-in-puppeteer) – ggorlen Sep 06 '22 at 22:57

0 Answers0