Class DragDataItem
java.lang.Object
org.openqa.selenium.devtools.v126.input.model.DragDataItem
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DragDataItem
-
-
Method Details
-
getMimeType
Mime type of the dragged data. -
getData
Depending of the value of `mimeType`, it contains the dragged link, text, HTML markup or any other data. -
getTitle
Title associated with a link. Only valid when `mimeType` == "text/uri-list". -
getBaseURL
Stores the base URL for the contained markup. Only valid when `mimeType` == "text/html".
-