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