Class Drag
java.lang.Object
net.serenitybdd.screenplay.actions.Drag
Selenium drag-and-drop interaction, e.g.
actor.attemptsTo(Drag.from("#draggable").to("#droppable"));
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DragInteractionstatic DragInteractionstatic DragInteractionfrom(org.openqa.selenium.By byLocator)
-
Constructor Details
-
Drag
public Drag()
-
-
Method Details
-
from
-
from
-
from
-