Class DownloadWillBegin
java.lang.Object
org.openqa.selenium.devtools.v119.browser.model.DownloadWillBegin
Fired when page is about to start a download.
-
Constructor Summary
ConstructorDescriptionDownloadWillBegin
(FrameId frameId, String guid, String url, String suggestedFilename) -
Method Summary
-
Constructor Details
-
DownloadWillBegin
-
-
Method Details
-
getFrameId
Id of the frame that caused the download to begin. -
getGuid
Global unique identifier of the download. -
getUrl
URL of the resource being downloaded. -
getSuggestedFilename
Suggested file name of the resource (the actual name of the file saved on disk may differ).
-