public class Navigate extends Object
| Constructor and Description |
|---|
Navigate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorText()
User friendly error message, present if and only if navigation has failed.
|
String |
getFrameId()
Frame id that has navigated (or failed to navigate)
|
String |
getLoaderId()
Loader identifier.
|
void |
setErrorText(String errorText)
User friendly error message, present if and only if navigation has failed.
|
void |
setFrameId(String frameId)
Frame id that has navigated (or failed to navigate)
|
void |
setLoaderId(String loaderId)
Loader identifier.
|
public String getFrameId()
public void setFrameId(String frameId)
public String getLoaderId()
public void setLoaderId(String loaderId)
public String getErrorText()
public void setErrorText(String errorText)
Copyright © 2020. All rights reserved.