Actions act = new Actions(driver); act.dragAndDrop( source, target) .perform();
Move element from source to target.