Uses of Interface
com.microsoft.playwright.options.FunctionCallback
Packages that use FunctionCallback
-
Uses of FunctionCallback in com.microsoft.playwright
Methods in com.microsoft.playwright with parameters of type FunctionCallbackModifier and TypeMethodDescriptionvoidBrowserContext.exposeFunction(String name, FunctionCallback callback) The method adds a function callednameon thewindowobject of every frame in every page in the context.voidPage.exposeFunction(String name, FunctionCallback callback) The method adds a function callednameon thewindowobject of every frame in the page. -
Uses of FunctionCallback in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type FunctionCallbackModifier and TypeMethodDescriptionvoidBrowserContextImpl.exposeFunction(String name, FunctionCallback playwrightFunction) voidPageImpl.exposeFunction(String name, FunctionCallback playwrightFunction)