Uses of Interface
com.microsoft.playwright.options.BindingCallback
-
Packages that use BindingCallback Package Description com.microsoft.playwright -
-
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(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.
-