Uses of Interface
com.microsoft.playwright.options.FunctionCallback
-
Packages that use FunctionCallback Package Description com.microsoft.playwright -
-
Uses of FunctionCallback in com.microsoft.playwright
Methods in com.microsoft.playwright with parameters of type FunctionCallback Modifier and Type Method Description voidBrowserContext. 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.
-