alert method
alert
Displays a modal alert with the given message, and waits for the user to dismiss it
def alert(self, message):
...
| Parameter | Type | Description |
|---|---|---|
| message | str | The message. |
See Also
- module
aspose.html.window - class
IWindow
Displays a modal alert with the given message, and waits for the user to dismiss it
def alert(self, message):
...
| Parameter | Type | Description |
|---|---|---|
| message | str | The message. |
aspose.html.windowIWindow