class

Playwright::BrowserContext::GrantPermissionsOptions

Inherits JSON::Serializable / Reference / Object

Constructors

new(origin : Nil | String = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

origin

The origin to grant permissions to, e.g. "https://example.com".

Source
origin=(origin : String | Nil)

The origin to grant permissions to, e.g. "https://example.com".

Source