Class BrowserContextExposeBindingOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class BrowserContextExposeBindingOptions
- Inheritance
-
BrowserContextExposeBindingOptions
- Inherited Members
Constructors
BrowserContextExposeBindingOptions()
public BrowserContextExposeBindingOptions()
BrowserContextExposeBindingOptions(BrowserContextExposeBindingOptions)
public BrowserContextExposeBindingOptions(BrowserContextExposeBindingOptions clone)
Parameters
Properties
Handle
**DEPRECATED** This option will be removed in the future.
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.
[JsonPropertyName("handle")]
[Obsolete]
public bool? Handle { get; set; }
Property Value
- bool?