public class FrameRequestedNavigation extends Object
| Constructor and Description |
|---|
FrameRequestedNavigation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrameId()
Id of the frame that is being navigated.
|
ClientNavigationReason |
getReason()
The reason for the navigation.
|
String |
getUrl()
The destination URL for the requested navigation.
|
void |
setFrameId(String frameId)
Id of the frame that is being navigated.
|
void |
setReason(ClientNavigationReason reason)
The reason for the navigation.
|
void |
setUrl(String url)
The destination URL for the requested navigation.
|
public String getFrameId()
public void setFrameId(String frameId)
public ClientNavigationReason getReason()
public void setReason(ClientNavigationReason reason)
public String getUrl()
public void setUrl(String url)
Copyright © 2020. All rights reserved.