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