struct Protocol::Browser::DownloadWillBegin
- Protocol::Browser::DownloadWillBegin
- Struct
- Value
- Object
Overview
Fired when page is about to start a download.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/browser.crConstructors
Instance Method Summary
-
#frame_id : Page::FrameId
Id of the frame that caused the download to begin.
-
#guid : String
Global unique identifier of the download.
-
#suggested_filename : String
Suggested file name of the resource (the actual name of the file saved on disk may differ).
-
#url : String
URL of the resource being downloaded.
Constructor Detail
Instance Method Detail
def suggested_filename : String
#
Suggested file name of the resource (the actual name of the file saved on disk may differ).