Package com.microsoft.playwright
Class Page.ExposeBindingOptions
- java.lang.Object
-
- com.microsoft.playwright.Page.ExposeBindingOptions
-
-
Constructor Summary
Constructors Constructor Description ExposeBindingOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page.ExposeBindingOptions
withHandle(Boolean handle)
-
-
-
Field Detail
-
handle
public Boolean 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.
-
-
Method Detail
-
withHandle
public Page.ExposeBindingOptions withHandle(Boolean handle)
-
-