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 Deprecated Methods Modifier and Type Method Description Page.ExposeBindingOptionssetHandle(boolean handle)Deprecated.This option will be removed in the future.
-
-
-
Field Detail
-
handle
public Boolean handle
Deprecated.This option will be removed in the future.
-
-
Method Detail
-
setHandle
public Page.ExposeBindingOptions setHandle(boolean handle)
Deprecated.This option will be removed in the future.
-
-