Uses of Class
org.openqa.selenium.devtools.v98.input.model.DragDataItem
-
Packages that use DragDataItem Package Description org.openqa.selenium.devtools.v98.input.model -
-
Uses of DragDataItem in org.openqa.selenium.devtools.v98.input.model
Methods in org.openqa.selenium.devtools.v98.input.model that return types with arguments of type DragDataItem Modifier and Type Method Description java.util.List<DragDataItem>DragData. getItems()Constructor parameters in org.openqa.selenium.devtools.v98.input.model with type arguments of type DragDataItem Constructor Description DragData(java.util.List<DragDataItem> items, java.util.Optional<java.util.List<java.lang.String>> files, java.lang.Integer dragOperationsMask)
-