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