public static interface StartNavigationCallback.Params
StartNavigationCallback.| Modifier and Type | Method and Description |
|---|---|
default boolean |
isMainFrame()
Returns
true if the navigation request URL belongs to a main frame. |
default boolean |
isRedirect()
Returns
true if the request is the result of redirection caused by another
request. |
default java.lang.String |
url()
Returns a string that represents the navigation request URL.
|
default java.lang.String url()
default boolean isRedirect()
true if the request is the result of redirection caused by another
request.default boolean isMainFrame()
true if the navigation request URL belongs to a main frame.