| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
BrowserContext.ExposeBindingOptions |
BrowserContext.ExposeBindingOptions.setHandle(boolean handle) |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowserContext.exposeBinding(String name,
BindingCallback callback,
BrowserContext.ExposeBindingOptions options)
The method adds a function called
name on the window object of every frame in every page in the context. |
Copyright © 2021. All rights reserved.