Skip to main content

WebViewJavaScriptEvent

Event payload for WebView.on_javascript_alert_dialog.

Represents a JavaScript alert() dialog request initiated by the loaded page.

Inherits: Event

Properties

  • message - The message to be displayed in the window.
  • url - The URL of the page requesting the dialog.

Properties

messageinstance-attribute

message: str

The message to be displayed in the window.

urlinstance-attribute

url: str

The URL of the page requesting the dialog.