Uses of Interface
com.microsoft.playwright.Dialog
-
Packages that use Dialog Package Description com.microsoft.playwright -
-
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(Consumer<Dialog> handler)Removes handler that was previously added withonDialog(handler).voidPage. offDialog(Consumer<Dialog> handler)Removes handler that was previously added withonDialog(handler).voidPage. onceDialog(Consumer<Dialog> handler)Adds one-offDialoghandler.voidBrowserContext. onDialog(Consumer<Dialog> handler)Emitted when a JavaScript dialog appears, such asalert,prompt,confirmorbeforeunload.voidPage. onDialog(Consumer<Dialog> handler)Emitted when a JavaScript dialog appears, such asalert,prompt,confirmorbeforeunload.
-