WebsiteDataAccessPermissionRequest

Added in version 2.30.

class WebsiteDataAccessPermissionRequest(**properties: Any)

Superclasses: Object

Implemented Interfaces: PermissionRequest

A permission request for accessing website data from third-party domains.

WebKitWebsiteDataAccessPermissionRequest represents a request for permission to allow a third-party domain access its cookies.

When a WebKitWebsiteDataAccessPermissionRequest is not handled by the user, it is denied by default.

Methods

class WebsiteDataAccessPermissionRequest
get_current_domain() str

Get the current domain being browsed.

Added in version 2.30.

get_requesting_domain() str

Get the domain requesting permission to access its cookies while browsing the current domain.

Added in version 2.30.