Uses of Class
com.microsoft.playwright.Page.ExposeBindingOptions
-
Packages that use Page.ExposeBindingOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String name, BindingCallback callback, Page.ExposeBindingOptions options)The method adds a function callednameon thewindowobject of every frame in this page. -
Uses of Page.ExposeBindingOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.ExposeBindingOptions Modifier and Type Method Description voidPageImpl. exposeBinding(java.lang.String name, BindingCallback playwrightBinding, Page.ExposeBindingOptions options)private voidPageImpl. exposeBindingImpl(java.lang.String name, BindingCallback playwrightBinding, Page.ExposeBindingOptions options)
-