Package com.microsoft.playwright
Class Page.ExposeBindingOptions
java.lang.Object
com.microsoft.playwright.Page.ExposeBindingOptions
- Enclosing interface:
Page
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetHandle(boolean handle) Whether to pass the argument as a handle, instead of passing by value.
-
Field Details
-
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.
-
-
Constructor Details
-
ExposeBindingOptions
public ExposeBindingOptions()
-
-
Method Details
-
setHandle
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.
-