class Playwright::BrowserContext::GrantPermissionsOptions

Included Modules

Defined in:

playwright/browsercontext.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(origin : Nil | String = nil) #

[View source]

Instance Method Detail

def origin : String | Nil #

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


[View source]
def origin=(origin : String | Nil) #

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


[View source]