Uses of Interface
com.microsoft.playwright.Dialog
-
Packages that use Dialog Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Dialog in com.microsoft.playwright
Method parameters in com.microsoft.playwright with type arguments of type Dialog Modifier and Type Method Description voidBrowserContext. offDialog(java.util.function.Consumer<Dialog> handler)Removes handler that was previously added withonDialog(handler).voidPage. offDialog(java.util.function.Consumer<Dialog> handler)Removes handler that was previously added withonDialog(handler).voidPage. onceDialog(java.util.function.Consumer<Dialog> handler)Adds one-offDialoghandler.voidBrowserContext. onDialog(java.util.function.Consumer<Dialog> handler)Emitted when a JavaScript dialog appears, such asalert,prompt,confirmorbeforeunload.voidPage. onDialog(java.util.function.Consumer<Dialog> handler)Emitted when a JavaScript dialog appears, such asalert,prompt,confirmorbeforeunload. -
Uses of Dialog in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement Dialog Modifier and Type Class Description (package private) classDialogImplMethod parameters in com.microsoft.playwright.impl with type arguments of type Dialog Modifier and Type Method Description voidBrowserContextImpl. offDialog(java.util.function.Consumer<Dialog> handler)voidPageImpl. offDialog(java.util.function.Consumer<Dialog> handler)voidPageImpl. onceDialog(java.util.function.Consumer<Dialog> handler)voidBrowserContextImpl. onDialog(java.util.function.Consumer<Dialog> handler)voidPageImpl. onDialog(java.util.function.Consumer<Dialog> handler)
-