| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.page |
| Modifier and Type | Method and Description |
|---|---|
Navigate |
Page.navigate(String url,
String referrer,
TransitionType transitionType,
String frameId)
Navigates current page to the given URL.
|
| Modifier and Type | Method and Description |
|---|---|
TransitionType |
NavigationEntry.getTransitionType()
Transition type.
|
static TransitionType |
TransitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionType[] |
TransitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationEntry.setTransitionType(TransitionType transitionType)
Transition type.
|
Copyright © 2020. All rights reserved.