class

Playwright::BrowserContext::ExposeBindingOptions

Inherits JSON::Serializable / Reference / Object

Constructors

new(handle : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

handle

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.

Source
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.

Source