What is the difference between drag and drop () and dragAndDropBy ()?
The dragAndDrop() and dragAndDropBy() methods are similar.
The only difference is that in dragAndDropBy(), we transfer the pointer to WebElement by an offset, whereas in dragAndDrop(), we move the cursor directly to the target WebElement.