class Playwright::Dialog

def accept(promptText: nil)

Returns when the dialog has been accepted.
def accept(promptText: nil)
  wrap_impl(@impl.accept(promptText: unwrap_impl(promptText)))
end