0

Selenium _actions.DragAndDrop(source, target).Perform(); does not work between two ag-grid. There is no error but drag and drop is not performed. Here is a sample provided by ag-grid for testing.

I also tried using this javascript solution but it is not working either, I keep getting following error: e.dataTransfer.setDragImage is not a function.

H.D.
  • 455
  • 5
  • 19
  • Does [this](https://stackoverflow.com/questions/59205188/drag-and-drop-not-working-using-actions-when-draggable-true-using-selenium-and-c/59211287#59211287) and [this](https://stackoverflow.com/questions/44153189/drag-and-drop-not-working-in-selenium-code/44153962#44153962) discussion answers your question? – undetected Selenium Mar 11 '20 at 07:15
  • It doesn't help. The sample I provided complies with html5 requirement, but selenium actions do not work on it. – H.D. Mar 11 '20 at 19:41

0 Answers0