Uses of Class
com.microsoft.playwright.BrowserContext.ExposeBindingOptions
-
Packages that use BrowserContext.ExposeBindingOptions Package Description com.microsoft.playwright -
-
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(String name, BindingCallback callback, BrowserContext.ExposeBindingOptions options)The method adds a function callednameon thewindowobject of every frame in every page in the context.
-