Uses of Class
com.microsoft.playwright.Page.ExposeBindingOptions
-
Packages that use Page.ExposeBindingOptions Package Description com.microsoft.playwright -
-
Uses of Page.ExposeBindingOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.ExposeBindingOptions Modifier and Type Method Description Page.ExposeBindingOptionsPage.ExposeBindingOptions. setHandle(boolean handle)Whether to pass the argument as a handle, instead of passing by value.Methods in com.microsoft.playwright with parameters of type Page.ExposeBindingOptions Modifier and Type Method Description voidPage. exposeBinding(String name, BindingCallback callback, Page.ExposeBindingOptions options)The method adds a function callednameon thewindowobject of every frame in this page.
-