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
.