public class FrameRequestedNavigation extends Object
| Constructor and Description |
|---|
FrameRequestedNavigation() |
| Modifier and Type | Method and Description |
|---|---|
ClientNavigationDisposition |
getDisposition()
The disposition for the navigation.
|
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 |
setDisposition(ClientNavigationDisposition disposition)
The disposition for the 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)
public ClientNavigationDisposition getDisposition()
public void setDisposition(ClientNavigationDisposition disposition)
Copyright © 2021 Kenan Klisura. All rights reserved.