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