public class DownloadWillBegin extends Object
| Constructor and Description |
|---|
DownloadWillBegin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrameId()
Id of the frame that caused download to begin.
|
String |
getUrl()
URL of the resource being downloaded.
|
void |
setFrameId(String frameId)
Id of the frame that caused download to begin.
|
void |
setUrl(String url)
URL of the resource being downloaded.
|
public String getFrameId()
public void setFrameId(String frameId)
public String getUrl()
public void setUrl(String url)
Copyright © 2020. All rights reserved.