Uses of Interface
com.microsoft.playwright.options.FunctionCallback
-
Packages that use FunctionCallback Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of FunctionCallback in com.microsoft.playwright
Methods in com.microsoft.playwright with parameters of type FunctionCallback Modifier and Type Method Description voidBrowserContext. exposeFunction(java.lang.String name, FunctionCallback callback)The method adds a function callednameon thewindowobject of every frame in every page in the context.voidPage. exposeFunction(java.lang.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 FunctionCallback Modifier and Type Method Description voidBrowserContextImpl. exposeFunction(java.lang.String name, FunctionCallback playwrightFunction)voidPageImpl. exposeFunction(java.lang.String name, FunctionCallback playwrightFunction)
-