Uses of Class
com.microsoft.playwright.BrowserContext.ExposeBindingOptions
Packages that use BrowserContext.ExposeBindingOptions
-
Uses of BrowserContext.ExposeBindingOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserContext.ExposeBindingOptionsModifier and TypeMethodDescriptionBrowserContext.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.ExposeBindingOptionsModifier and TypeMethodDescriptionvoidBrowserContext.exposeBinding(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.ExposeBindingOptionsModifier and TypeMethodDescriptionvoidBrowserContextImpl.exposeBinding(String name, BindingCallback playwrightBinding, BrowserContext.ExposeBindingOptions options) private voidBrowserContextImpl.exposeBindingImpl(String name, BindingCallback playwrightBinding, BrowserContext.ExposeBindingOptions options)