| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.browser |
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.grantPermissions(String origin,
List<PermissionType> permissions)
Grant specific permissions to the given origin and reject all others.
|
void |
Browser.grantPermissions(String origin,
List<PermissionType> permissions,
String browserContextId)
Grant specific permissions to the given origin and reject all others.
|
| Modifier and Type | Method and Description |
|---|---|
static PermissionType |
PermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionType[] |
PermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.