Selenium Java - Actions Class
You want to test a drag-and-drop feature where you click and hold an element with id
source, move it to an element with id target, then release. Which of the following code snippets correctly performs this using Selenium Java?