class Playwright::BrowserContext::ExposeBindingOptions

Included Modules

Defined in:

playwright/browsercontext.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def handle : Bool | Nil #

Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.


[View source]
def handle=(handle : Bool | Nil) #

Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.


[View source]