Package io.webfolder.cdp.event.page
Class DownloadWillBegin
java.lang.Object
io.webfolder.cdp.event.page.DownloadWillBegin
Deprecated.
Fired when page is about to start a download Deprecated
Use Browser downloadWillBegin instead
-
Constructor Summary
Constructors -
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.void
setFrameId
(String frameId) Deprecated.Id of the frame that caused download to begin.void
Deprecated.Global unique identifier of the download.void
setSuggestedFilename
(String suggestedFilename) Deprecated.Suggested file name of the resource (the actual name of the file saved on disk may differ).void
Deprecated.URL of the resource being downloaded.
-
Constructor Details
-
DownloadWillBegin
public DownloadWillBegin()Deprecated.
-
-
Method Details
-
getFrameId
Deprecated.Id of the frame that caused download to begin. -
setFrameId
Deprecated.Id of the frame that caused download to begin. -
getGuid
Deprecated.Global unique identifier of the download. -
setGuid
Deprecated.Global unique identifier of the download. -
getUrl
Deprecated.URL of the resource being downloaded. -
setUrl
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). -
setSuggestedFilename
Deprecated.Suggested file name of the resource (the actual name of the file saved on disk may differ).
-