| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.events.page | |
| com.qeagle.devtools.protocol.types.page |
| Modifier and Type | Method and Description |
|---|---|
ClientNavigationReason |
FrameRequestedNavigation.getReason()
The reason for the navigation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FrameRequestedNavigation.setReason(ClientNavigationReason reason)
The reason for the navigation.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientNavigationReason |
ClientNavigationReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientNavigationReason[] |
ClientNavigationReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.