Uses of Class
com.microsoft.playwright.Page.ExposeBindingOptions
-
Packages that use Page.ExposeBindingOptions Package Description com.microsoft.playwright -
-
Uses of Page.ExposeBindingOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.ExposeBindingOptions Modifier and Type Method Description Page.ExposeBindingOptionsPage.ExposeBindingOptions. setHandle(boolean handle)Deprecated.This option will be removed in the future.Methods in com.microsoft.playwright with parameters of type Page.ExposeBindingOptions Modifier and Type Method Description voidPage. exposeBinding(String name, BindingCallback callback, Page.ExposeBindingOptions options)The method adds a function callednameon thewindowobject of every frame in this page.
-