@Deprecated public class FrameScheduledNavigation extends Object
| Constructor and Description |
|---|
FrameScheduledNavigation()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getDelay()
Deprecated.
Delay (in seconds) until the navigation is scheduled to begin.
|
String |
getFrameId()
Deprecated.
Id of the frame that has scheduled a navigation.
|
FrameScheduledNavigationReason |
getReason()
Deprecated.
The reason for the navigation.
|
String |
getUrl()
Deprecated.
The destination URL for the scheduled navigation.
|
void |
setDelay(Double delay)
Deprecated.
Delay (in seconds) until the navigation is scheduled to begin.
|
void |
setFrameId(String frameId)
Deprecated.
Id of the frame that has scheduled a navigation.
|
void |
setReason(FrameScheduledNavigationReason reason)
Deprecated.
The reason for the navigation.
|
void |
setUrl(String url)
Deprecated.
The destination URL for the scheduled navigation.
|
public String getFrameId()
public void setFrameId(String frameId)
public Double getDelay()
public void setDelay(Double delay)
public FrameScheduledNavigationReason getReason()
public void setReason(FrameScheduledNavigationReason reason)
public String getUrl()
public void setUrl(String url)
Copyright © 2020. All rights reserved.