Grant Permissions Request
data class GrantPermissionsRequest(permissions: List<PermissionType>, origin: String?, browserContextId: BrowserContextID?)
Content copied to clipboard
Represents request frame that can be used with Browser#grantPermissions operation call.
Grant specific permissions to the given origin and reject all others.
See also
Constructors
GrantPermissionsRequest
Link copied to clipboard
fun GrantPermissionsRequest(permissions: List<PermissionType>, origin: String? = null, browserContextId: BrowserContextID? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard