Package com.microsoft.playwright
Class BrowserContext.ExposeBindingOptions
- java.lang.Object
-
- com.microsoft.playwright.BrowserContext.ExposeBindingOptions
-
- Enclosing interface:
- BrowserContext
public static class BrowserContext.ExposeBindingOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description ExposeBindingOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BrowserContext.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 BrowserContext.ExposeBindingOptions setHandle(boolean handle)
Deprecated.This option will be removed in the future.
-
-