Grant Permissions Request
@Serializable
Request object containing input parameters for the BrowserDomain.grantPermissions command.
Constructors
Link copied to clipboard
constructor(permissions: List<PermissionType>, origin: String? = null, browserContextId: BrowserContextID? = null)
Types
Link copied to clipboard
A builder for GrantPermissionsRequest, which allows setting the optional parameters of the BrowserDomain.grantPermissions command via a lambda.