class Playwright::BrowserContext::ExposeBindingOptions
- Playwright::BrowserContext::ExposeBindingOptions
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/browsercontext.crConstructors
Instance Method Summary
-
#handle : Bool | Nil
Whether to pass the argument as a handle, instead of passing by value.
-
#handle=(handle : Bool | Nil)
Whether to pass the argument as a handle, instead of passing by value.
Constructor Detail
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.
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.