Selenium Java - Actions Class
Identify the error in this Selenium Java code snippet for a drag-and-drop action:
Actions action = new Actions(driver); action.dragAndDrop(source, target);
