Class DragAndDropParameter

java.lang.Object
io.appium.java_client.flutter.commands.FlutterCommandParameter
io.appium.java_client.flutter.commands.DragAndDropParameter

public class DragAndDropParameter extends FlutterCommandParameter
  • Constructor Details

    • DragAndDropParameter

      public DragAndDropParameter(org.openqa.selenium.WebElement source, org.openqa.selenium.WebElement target)
      Constructs a new instance of DragAndDropParameter with the given source and target WebElements. Throws an IllegalArgumentException if either source or target is null.
      Parameters:
      source - The source WebElement from which the drag operation starts.
      target - The target WebElement where the drag operation ends.
      Throws:
      IllegalArgumentException - if source or target is null.
  • Method Details