Uses of Interface
com.microsoft.playwright.Dialog
Packages that use Dialog
-
Uses of Dialog in com.microsoft.playwright
Method parameters in com.microsoft.playwright with type arguments of type DialogModifier and TypeMethodDescriptionvoidRemoves handler that was previously added withonDialog(handler).voidRemoves handler that was previously added withonDialog(handler).voidPage.onceDialog(Consumer<Dialog> handler) Adds one-offDialoghandler.voidEmitted when a JavaScript dialog appears, such asalert,prompt,confirmorbeforeunload.voidEmitted 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 DialogMethod parameters in com.microsoft.playwright.impl with type arguments of type DialogModifier and TypeMethodDescriptionvoidvoidvoidPageImpl.onceDialog(Consumer<Dialog> handler) voidvoid