Uses of Class
com.microsoft.playwright.Page.ExposeBindingOptions
Packages that use Page.ExposeBindingOptions
-
Uses of Page.ExposeBindingOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.ExposeBindingOptionsModifier and TypeMethodDescriptionPage.ExposeBindingOptions.setHandle(boolean handle) Whether to pass the argument as a handle, instead of passing by value.Methods in com.microsoft.playwright with parameters of type Page.ExposeBindingOptionsModifier and TypeMethodDescriptionvoidPage.exposeBinding(String name, BindingCallback callback, Page.ExposeBindingOptions options) The method adds a function callednameon thewindowobject of every frame in this page. -
Uses of Page.ExposeBindingOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.ExposeBindingOptionsModifier and TypeMethodDescriptionvoidPageImpl.exposeBinding(String name, BindingCallback playwrightBinding, Page.ExposeBindingOptions options) private voidPageImpl.exposeBindingImpl(String name, BindingCallback playwrightBinding, Page.ExposeBindingOptions options)