Uses of Interface
com.microsoft.playwright.options.BindingCallback
Packages that use BindingCallback
-
Uses of BindingCallback in com.microsoft.playwright
Methods in com.microsoft.playwright with parameters of type BindingCallbackModifier and TypeMethodDescriptiondefault voidBrowserContext.exposeBinding(String name, BindingCallback callback) The method adds a function callednameon thewindowobject of every frame in every page in the context.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.default voidPage.exposeBinding(String name, BindingCallback callback) The method adds a function callednameon thewindowobject of every frame in this page.voidPage.exposeBinding(String name, BindingCallback callback, Page.ExposeBindingOptions options) The method adds a function callednameon thewindowobject of every frame in this page. -
Uses of BindingCallback in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl with type parameters of type BindingCallbackModifier and TypeFieldDescription(package private) final Map<String, BindingCallback> BrowserContextImpl.bindings(package private) final Map<String, BindingCallback> PageImpl.bindingsMethods in com.microsoft.playwright.impl with parameters of type BindingCallbackModifier and TypeMethodDescription(package private) voidBindingCall.call(BindingCallback binding) voidBrowserContextImpl.exposeBinding(String name, BindingCallback playwrightBinding, BrowserContext.ExposeBindingOptions options) voidPageImpl.exposeBinding(String name, BindingCallback playwrightBinding, Page.ExposeBindingOptions options) private voidBrowserContextImpl.exposeBindingImpl(String name, BindingCallback playwrightBinding, BrowserContext.ExposeBindingOptions options) private voidPageImpl.exposeBindingImpl(String name, BindingCallback playwrightBinding, Page.ExposeBindingOptions options)