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